Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

RunOnceEx problem in xp64

Featured Replies

I have a weird problem that i can't figure out. I run the attached script (which I assembled from various bits and pieces I found on the forums, so thanks to anyone who has contributed) from RunOnceEx, but it fails. What seems to happen is that the cdrom variable doesn't get set, causing the mountvol command to fail as well.

When I run the exact same script in my xp32 UA cd, it runs without any problems. Also at the moment the script is paused and I run the script in a new CMD window, it runs fine as well so I'm pretty positive the script is fine.

If anyone has any idsea why this happens, and how to solve it, please let me know.

:DRIVEMGT
rem call %systemdrive%\install\scripts\mapdrive.cmd ENU
for %%i in (d: e: f:) do if exist %%i\drive.set for /f %%j in (%%i\drive.set) do call %systemdrive%\install\runonceex\drivemgt2.cmd %%i %%j

:SETCD
FOR /F "tokens=3" %%A IN ('ECHO list volume ^| DISKPART.EXE ^| FIND.EXE "-ROM "') DO SET CDROM=%%A:
FOR /F "tokens=*" %%B IN ('MOUNTVOL %CDROM% /L') DO SET VOLGUID=%%~B

MOUNTVOL %CDROM% /D
MOUNTVOL R: %VOLGUID%

pause


Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.