Klowinns Posted November 13, 2005 Posted November 13, 2005 Sorry for the bother.I recently created $oem$/$1/Driversandwinnt.sif with the drivers that end in [GUIRunOnce]%systemdrive%\install\start.cmdhow can I create a .cmd file that goes with the above?Many thanks in advance.
Asin Posted November 14, 2005 Posted November 14, 2005 That should be[GuiRunOnce]Comman0 = %systemdrive%\install\start.cmdBut anyways, just use Notepad or something and make a plain text file. When it's time for you to save the file, just save it as "start.cmd" with the quotes.If you mean which commands to use in start.cmd to install those drivers, it would be easier for you to just follow the winnt.sif method to install drivers.http://unattended.msfn.org/intermediate/drivers/drivers.htm
BoardBabe Posted November 14, 2005 Posted November 14, 2005 (edited) [GuiRunOnce]%SystemDrive%\Start.cmdThis works fine 4 me.Should I change it to (see code)... if so why?[GuiRunOnce]Comman0 = %SystemDrive%\Start.cmdthnx Edited November 14, 2005 by BoardBabe
Sonic Posted November 14, 2005 Posted November 14, 2005 /!\ Command0 (not Comman0 ) ...This allow to run multiple cmd each by each ...
BoardBabe Posted November 14, 2005 Posted November 14, 2005 Oh, but in my case that's not needed. Start.cmd takes care of everything 'So i guess I do not need Command0 = infront
Klowinns Posted November 14, 2005 Author Posted November 14, 2005 Thank you for the replies.Do I need to create something like. @echo off
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now