:w_rec4 " Ghost Recovery Wizard "
Ready
==========
Now ready to restore partition %P% from %gfile% to partition %N% of hard disk %M% on this computer!
Before this, please make sure that the files in partition %N% of hard disk %M% have been backed up!
Once the recovery starts, all data in this partition will be overwritten and cannot be recovered!
Please enter uppercase OK and press the button to start the recovery,
otherwise press the button to return.
::
:ghost
call quit
cls
ghost
goto end
:exit
call quit
cls
:end
set isOK=
set gfile=
set gname=
set gsize=
set gzip=
set gpath=
set m=
set n=
set p=
set ?=
set wbat=
if exist %temp%\tmp.txt del %temp%\tmp.txt
This is a batch file writing the backup wizard for Ghost. The file requires entering uppercase OK and then pressing OK to perform the recovery. If I want to remove the function of that uppercase OK and make it directly press OK to start the recovery, how should I modify it? Please give me advice,,, can you provide the entire source code?
Ready
==========
Now ready to restore partition %P% from %gfile% to partition %N% of hard disk %M% on this computer!
Before this, please make sure that the files in partition %N% of hard disk %M% have been backed up!
Once the recovery starts, all data in this partition will be overwritten and cannot be recovered!
Please enter uppercase OK and press the button to start the recovery,
otherwise press the button to return.
::
:ghost
call quit
cls
ghost
goto end
:exit
call quit
cls
:end
set isOK=
set gfile=
set gname=
set gsize=
set gzip=
set gpath=
set m=
set n=
set p=
set ?=
set wbat=
if exist %temp%\tmp.txt del %temp%\tmp.txt
This is a batch file writing the backup wizard for Ghost. The file requires entering uppercase OK and then pressing OK to perform the recovery. If I want to remove the function of that uppercase OK and make it directly press OK to start the recovery, how should I modify it? Please give me advice,,, can you provide the entire source code?

