标题: if exist + 双光驱 问题,求教。
[打印本页]
作者: iceblue7
时间: 2008-2-23 14:32
标题: if exist + 双光驱 问题,求教。
===========================
config.sys文件内容如下:
device=himem.sys
LASTDRIVE=Z
DEVICEHIGH=A:lgidecd.sys /D:oemcd001
DEVICEHIGH=A:lgidecd.sys /D:oemcd002
DEVICEHIGH=A:lgidecd.sys /D:oemcd003
===========================
autoexec.bat文件内容如下:
@ECHO OFF
LH A:MSCDEX.EXE /D:oemcd001 /l:x
LH A:MSCDEX.EXE /D:oemcd002 /l:y
LH A:MSCDEX.EXE /D:oemcd003 /l:z
@path a:\
if exist x:\iceblue7\ghost.exe x:\iceblue7\ghost.exe -clone,mode=pload,src=x:\sysC.gho:1,dst=1:1 -rb
if exist y:\iceblue7\ghost.exe y:\iceblue7\ghost.exe -clone,mode=pload,src=y:\sysC.gho:1,dst=1:1 -rb
if exist z:\iceblue7\ghost.exe z:\iceblue7\ghost.exe -clone,mode=pload,src=z:\sysC.gho:1,dst=1:1 -rb
reset
ECHO ON
============================
运行出现问题如下:
CDR101:Not ready reading drive X
Abort,Retry,Fail?
请教这是什么问题啊?如何避免,如何修正。
不胜感谢!