@ECHO OFF
SET EXPAND=YES
SET DIRCMD=/O:N
SET TEMP=C:SET TMP=C:PATH=A:\;D:
IF “%config%” == “GENERIC” goto GENERIC
IF “%config%” == “PANASONIC” goto PANASONIC
:GENERIC
LH MSCDEX.EXE /D:mscd001
goto GHOST
:PANASONIC
LH MSCDEX.EXE /D:toscd001
goto GHOST
:GHOST
GHOST -clone,mode=load,src=D:\IMAGE.GHO,dst=1, -sure
goto QUIT
:QUIT
———————————————
Above is an autoexec.bat file that I created for the purpose of having a “Restore CD” that shouldauto load image to the local drive on a notebook or desktop.
My question :
Why I always get the “Error 11000 – Invalid Dump File” while restoring image?
It only happen to the “Generic CD” mode.
I have verifiefd that the image is a working one and the source path D:\IMAGE.GHO is defintely correct.
The string “ghost -clone,mode=load,src=D:\IMAGE.GHO,dst= 1, -sure” works in DOS mode after the error message and that I manually entered it.
The big Y? Thanks for any answers.
Cheers.
CCT.