@ECHO OFF
LH MSCDEX.EXE /D:PATACD01 /D:SATACD01 /D:SATACD02 /D:SATACD03 /D:USB-CD
findcd /s>nul
call findcdr "ghost.exe" C D E F G H I J K L M N O P Q R S T U V W X Y Z
%CDROM%:
mouse.exe
ghost.exe -crcignore -fro -fx
ezboot.com
This is a batch script extracted from Donghai GHOST to directly boot GHOST. I really don't understand what the instructions after MSCDEX.EXE mean? Can you explain them one by one?
call findcdr "ghost.exe" C D E F G H I J K L M N O P Q R S T U V W X Y Z
(Isn't the CALL language used to start another batch script? How can it be followed by findcdr? What does the string of letters after "ghost.exe" mean?
ghost.exe -crcignore -fro -fx
(What do -crcignore -fro -fx mean?)
Please explain it for the expert, okay
(This is just to start GHOST, not to restore the system.)
LH MSCDEX.EXE /D:PATACD01 /D:SATACD01 /D:SATACD02 /D:SATACD03 /D:USB-CD
findcd /s>nul
call findcdr "ghost.exe" C D E F G H I J K L M N O P Q R S T U V W X Y Z
%CDROM%:
mouse.exe
ghost.exe -crcignore -fro -fx
ezboot.com
This is a batch script extracted from Donghai GHOST to directly boot GHOST. I really don't understand what the instructions after MSCDEX.EXE mean? Can you explain them one by one?
call findcdr "ghost.exe" C D E F G H I J K L M N O P Q R S T U V W X Y Z
(Isn't the CALL language used to start another batch script? How can it be followed by findcdr? What does the string of letters after "ghost.exe" mean?
ghost.exe -crcignore -fro -fx
(What do -crcignore -fro -fx mean?)
Please explain it for the expert, okay
(This is just to start GHOST, not to restore the system.)

