I am having trouble. I am asking for help.
I have created a WINPE cd and I can boot to it no problem.
My startnet.cmd:
CODE
@echo off
factory -winpe
copy warning.exe r:\
r:\warning.exe
cls
Echo Please Remove the CD and cycle power on the computer....
factory -winpe
copy warning.exe r:\
r:\warning.exe
cls
Echo Please Remove the CD and cycle power on the computer....
Warning.exe (Compiled Wise Script):
CODE
Get Registry Key HARDWARE\DESCRIPTION\System\CentralProcessor\0 place in Variable SPEED
If SPEED Less Than "1000" then
Set Variable CONTINUE to
Beep 2000 milliseconds at 500 Hz
Custom Dialog "ATTENTION!"
If CONTINUE Equals (Ignore Case) "YES" then
Execute Ghost32.exe -clone,mode=restore,src=NT.gho,dst=1 -sure (Wait)
End
End
Exit Installation
If SPEED Less Than "1000" then
Set Variable CONTINUE to
Beep 2000 milliseconds at 500 Hz
Custom Dialog "ATTENTION!"
If CONTINUE Equals (Ignore Case) "YES" then
Execute Ghost32.exe -clone,mode=restore,src=NT.gho,dst=1 -sure (Wait)
End
End
Exit Installation
All works great until Ghost launches and I get an error message:
The destination disk cannot be locked (643)
Please advise. And thanks.