|
3#

楼主 |
发表于 2010-7-24 19:28:45
|
只看该作者
谢谢你autoexec.bat没问题
单独运行PM8.05就正常 下面是批处理内容:
@ECHO OFF
REM Super SOS DISK 2005.12.30
REM PM 8.05t
REM http://doshome.com
REM
SET DIRCMD=/O:N
cls
xmsdsk 6000 x: /y >nul
copy command.com x:\ >nul
path=x:\
set comspec=x:\command.com
: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...
copy tools.ex_ x:\tools.zip >nul
copy unzip.exe x:\ >nul
x:
cd\
unzip -d tools.zip >nul
del tools.zip >nul
doskey >nul
这个是HD4.IMG批处理的内容:
@ECHO OFF
SHSUCDX /D:?PATACD01 /D:?SATACD01 /D:?SATACD02 /D:?SATACD03
findcd /s>nul
call findcdr "ghost.exe" C D E F G H I J K L M N O P Q R S T U V W X Y Z
ctmouse
%CDROM%:
ghost -nousb -clone,mode=load,src=HD4.gho,dst=1 -fx
ezboot.com |
|