Hello
My coumputer come with a recovery DVD , that run Ghost to restore the system after crash's.. The dvd is build be Winpe , they included the iso file
No i wanted to Convert that DVD to USB . so i used pe2usb to format my flash drive and build the bootable usb from the iso image after extract it .
after that , pluged the usb and restart , and Yah it did Boot ..
so the next thing i had to do is to make the Ghost Runs Auto after Finish Booting so this wht i did.
I opened the file WINPESHL.INI located under WINPE\I386\SYSTEM32
i placed this code inside it
[launchApp]
AppPath=x:\GHOST32.EXE
Made restart .. and Yap it did work the USB booted and Run Ghost auomatic ..
So you might be wondering Now so whts my Problem ..
Well i wanted the ghost to run and start the restore Auto without having to do any thing .. so after searching online for auto restore ghost , i found that u can use this command.
GHOST32.EXE -clone,mode=load,src=x:\ghost.GHO,dst=1 -sure
so i made Bat file and placed the Commaand line and called the file go.bat and went back to the WINPESHL.INI and replaced
[launchApp]
AppPath=x:\GHOST32.EXE
with
[launchApp]
AppPath=x:\go.bat
Restart , the usb booted , and when finish booting the Ghost run but immediately the computer restart ..
i dont know why it just restart it self ...
So i tried to run the bat file from the computer , to see wht error message i might get , but it didt come with any error in fact iit opened Ghost and went to restore process but got error message that cant lock the partition and i understand why because it was the c which i 'm useing ..
So Now my quastion wht wrong did i do .. is there any other way to make the usb boots immediately to auto restore ghost ..
i want just to put my ghost image in the flash memory and be able to plug it and the rest done auto .. i have seen this done on some clips in youtube but no one give info to how .. so i tried my way but it didt work i dont know why..
Thx