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.

%CDROM% in winnt.sif

Featured Replies

Helo

How do i use this to find my cdrom in Winnt.sif under [GuiRunOnce]

eg

SET TAGG=\BOOTFONT.BIN

FOR %%i 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 %%i:\%TAGG%" SET CDROM=%%i:

It dont work if i put it in like this i get an error in that line.


Hi

just one of this stupid errors

check the line! you have a single quotation mark, just delete it and you're fine.

  • Author

it did not work.

I have this in my winnt.sif now

[GUIRunOnce]

FOR %%i 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 %%i:\BOOTFONT.BIN SET CDROM=%%i:

start /wait %CDROM%\SETUP\Runonceex.cmd

command9="%SystemDrive%\DPsFnshr.exe"

And i am geting this error.

Line 23 in INF-FILE \PRO1\Winnt.sif is Wrong.

I want to use the WINNT.SIF to installing a .CMD direct from the cdrom but i am missing something.

you can't run those commands directly from winnt.sif. You need to put them in a CMD file and run the CMD file from winnt.sif.

So the FOR and the START lines should both be in the CMD file and then call the CMD file fron winnt.sif like the dpsfnshr.exe is.

You did read this, and this right.

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.