@ECHO OFF
REM Modified 10/03/2006
REM LOAD USB CD DRIVER and map to X:
MSCDEX /D:USBCD001 /L:X
cls
REM RUN AUTOGHOSTING OF PC on USB DVD drive X:
x:\Ghost\ghost.exe -clone,mode=load,src=x:T_007.gho,dst=1 -sure
GOTO QUIT:
:QUIT
echo.
echo Ghost finished, Remove the Ghost DVD and the USB Drive, then reboot the PC!
echo.