原文是这么写的- @echo off
- a:
- for %%b in (c d e f g h i j k l m n o p q) do if exist %%b:\boot\load\Ghost.img set s=%%b
- attrib -r -h -s %s%:\boot.ini
- attrib -r -h -s %s%:\boot.bak
- if exist %s%:\boot.bak copy %s%:\boot.bak %s%:\boot.ini
- attrib +r +h +s %s%:\boot.ini
- attrib +r +h +s %s%:\boot.bak
- if exist %s%:\boot\load\Ghost.exe copy %s%:\boot\load\Ghost.exe z:\
- if exist %s%:\boot\load\SETUP.bat copy %s%:\boot\load\SETUP.bat z:\
- if exist %s%:\boot\load\BACKUP.bat copy %s%:\boot\load\BACKUP.bat z:\
- if exist %s%:\boot\load\RESTORE.bat copy %s%:\boot\load\RESTORE.bat z:\
- cls
- if exist %s%:\boot\load\Ghost.txt goto setupgho
- if exist %s%:\boot\load\backup.txt goto bakup
- if exist %s%:\boot\load\restore.txt goto rest
复制代码 这是在ghost安装到硬盘后的img文件里面的 现在想回写到光盘里面 只是找不到光盘的根目录 所以想知道%s%是什么意思
[ 本帖最后由 zhafai 于 2011-2-1 16:05 编辑 ] |