手动选择从光盘寻找镜像后,又一个界面 要输入 k 键 恢复 镜像。。
(求助,此时如何让键盘自动输入 k 键)
望哪位大侠多多指点。。
我从ghost.img中解出autoexec.bat 如下:
@ECHO OFF
REM
REM 1KEY GHOST v8.3 Build 060712
REM http://doshome.com
REM
SET DIRCMD=/O:N
cls
xmsdsk 12000 x: /y >nul
copy command.com x:\ >nul
path=x:\
set comspec=x:\command.com
set ghox=ghos
set ghop=
set ghoi=~1\C_PAN.GHO
:ERROR
IF EXIST tools.ex_ GOTO EXT
echo ERROR: tools.ex_ not found.
echo SORRY: Be will not use the disk.
echo.
GOTO QUIT
:EXT
cls
echo Preparing to start your computer.
echo This may take a few minutes. Please wait...
vol >x:\vol.txt
copy tools.ex_ x:\tools.arj >nul
copy arj.exe x:\ >nul
x:
cd\
arj x -y tools.arj >nul
del tools.arj >nul
doskey >nul
Shsucdx /D:IDE-CD /QQ
findcd /s >nul
cls
usb-hdd.bat
:QUIT