Please have a look at the Autoexc.bat file:
———————————————
@echo off
MSCDEX.EXE /D:mscd001
GHOST -clone,mode=load,src=D:\IMAGE.GHO,dst=1, -sure -fx
goto MENU
:MENU
cls
echo.
echo. Welcome to BTSM ImageRestore Program
echo. ————————————-
echo.
echo.
echo. The following step will restore the
echo. Toshiba Portege 7020 CT with
echo. BTSM Windows 95 Standard Build.
echo.
echo.
echo.
pause
rem choice /c:12 ” (1
GHOST -clone,mode=load,src=D:\IMAGE.GHO,dst=1, -sure -fx
echo.
echo.The Image Recovery Process is completed.
echo.
goto QUIT
:QUIT
D:
———————————————
My question is that WHY the Ghost program (on its initial run) will not be able to see
the Image CD thus cannot locate source but has no problem on the second run?
Please note the TWO string of GHOST with the syntax.
Thank you for any answer supplied.