i have a problem! to make it short:
please look at the folloing sit:
http://bootcd.narod.ru/ i did all things well and got a working cd,it is ok.
but i used an old method in making *.ima images:
this old method has autoexec.bat as:
IF \"%config%\"==\"NOCD\" GOTO QUIT
IF \"%config%\"==\"HELP\" GOTO HELP
LH %ramd%:MSCDEX.EXE /D:mscd001 /L:%CDROM%
echo.
cls
echo Now launching volv commander
echo.
echo Loading...
path=%RAMD%:;a:;%CDROM%:ghost
ghost.exe
echo.
goto QUIT
but the russian sit suggested another mehod so that we can make use of [bcdw_cl.com]
their method has the following info in autoexec and ghost .bat
IF \"%config%\"==\"NOCD\" GOTO QUIT
IF \"%config%\"==\"HELP\" GOTO HELP
LH %ramd%:MSCDEX.EXE /D:mscd001 /L:%CDROM%
BCDW_CL
if not \"%BCDW_CL%\" == \"\" call %CDROM%:%BCDW_CL%
if \" %BCDW_CL % \" == \"GHOSTGHOST.BAT\"
echo Start Ghost...
GOTO QUIT
but by using their method ghost didnot start and i got [syntax error]
what can i do?
every input will be appreciated