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.

Noob question about %systemdrive% and %cdrom%

Featured Replies

i am sorry i did not understand what u said.

can u rewrite it i dont know if it is wrong spelling or wrong grammar i dont gt it


This is what I do, abu ryan, hopefully it will help you. These instructions work on the assumption that you followed the same guide that I did (not sure if the updated one is the same or not) and have a folder $OEM$\$1\Install on your CD that has a batch file to install all of your programs located in folders inside this one.

Instead of putting the Install folder in $OEM$\$1, move it so that it is off of the root of the CD. (It should be parallel with both the $OEM$ and I386 folders.) Then move the batch (cmd) file that you use to run your installations into $OEM$\$1. Make sure you update your WINNT.SIF file to show the new path of your installation script.

Then, add the %CDROM% for loop to the start of your script

FOR %%d IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%d:\WIN51 SET CDROM=%%d:

Finally, the last step is to replace all of the lines in your installation script that start with

start /wait %systemdrive%\.....

with lines that start

start /wait %CDROM%\....

Now the only extra file that is copied during setup is the installation script which is essentially just a small text file and does not slow the process down by any significant amount.

No doubt there are other, better, ways of doing this, but I found this to be a simple, effective switch from the original method described in the MSFN uA Guide.

Edit: Someone please tell me to stop reading over my old posts so I don't find typos and waste my time correcting them. :lol:

Edited by Cartoonite

this actually makes a heck of a lot more sense to me, copying everything to the system drive before extracting it just adds one more (very long) step to the process, I just never knew how to set the cdrom variable. Modifying now!

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.