Soldato
OK I have created a boot disk (DVD) that automatically loads up Symantec Ghost. I have had a search around but I can't find the correct switch to use to make ghost automatically select the image and start the process.
Thats the code inside my AUTOEXEC.bat file. Assume the file is called IMAGE and the file is on the disk placed "as-is" not in a folder. The image is around 2.7GB in size and I am using version 9.0 of Ghost. Any help with this is appreciated
- Pea0n
Code:
path=a:\;x:\
mouse.com
mscdex.exe /d:NIGHTOWL /l:x /m:16 /v
ghost.exe -CLONE,mode=pload,src=%CDROM%:\IMAGE.GHO:1,dst=1:1 -SURE
Thats the code inside my AUTOEXEC.bat file. Assume the file is called IMAGE and the file is on the disk placed "as-is" not in a folder. The image is around 2.7GB in size and I am using version 9.0 of Ghost. Any help with this is appreciated
- Pea0n