|
|
楼主 |
发表于 2006-3-22 12:25:38
|
显示全部楼层
[讨论]启动盘中ex_问件是怎么压缩封装的。。
再次求助啊
@ECHO OFF
REM
REM GHOST8.3 Boot Disk v2006.03.12 for FD
REM http://doshome.com
REM
SET DIRCMD=/O:N
cls
xmsdsk 10000 x: /y >nul
copy command.com x:\ >nul
path=x:\
set comspec=x:\command.com
set ghox=ghos
: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.exe >nul
x:
tools.exe -y >nul
del tools.exe
cls
ifs.bat
:QUIT
这是dos之家的一个启动盘上面的批处理的中的一行copy tools.ex_ x:\tools.exe >nul。里面tools.ex_是个压缩的里面又好文件。。。
各位高手帮着看看吧,不知道他们是怎么搞的 |
|