November 13, 200520 yr 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.
November 14, 200520 yr 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
November 14, 200520 yr [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, 200520 yr by BoardBabe
November 14, 200520 yr /!\ Command0 (not Comman0 ) ...This allow to run multiple cmd each by each ...
November 14, 200520 yr Oh, but in my case that's not needed. Start.cmd takes care of everything 'So i guess I do not need Command0 = infront
November 14, 200520 yr Author Thank you for the replies.Do I need to create something like. @echo off
Create an account or sign in to comment