Restore image file using ghost switch
Restore Image file on a DVD to a hard drive using switch in order to automated the process and avoid any user intervention. · I create a bat file with the following switch command and I called install.
Restore Image file on a DVD to a hard drive using switch in order to automated the process and avoid any user intervention.
· I create a bat file with the following switch command and I called install.bat
@echo off
cd\..
a:
ghost.exe -clone,mode=load,src=d:\CDR0001.gho,dst=1
Exit
· I boot the system form drive a:\ using the ghost floppy
· At the a: prompt, I typed install
· The ghost started up after while and then an error message popup saying “image can’t not be found, error 10014”
Please, is any body has an answer or solution to the porblem
bold textbold text
· I create a bat file with the following switch command and I called install.bat
@echo off
cd\..
a:
ghost.exe -clone,mode=load,src=d:\CDR0001.gho,dst=1
Exit
· I boot the system form drive a:\ using the ghost floppy
· At the a: prompt, I typed install
· The ghost started up after while and then an error message popup saying “image can’t not be found, error 10014”
Please, is any body has an answer or solution to the porblem
bold textbold text
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.