我想做一张带sea的启动盘,但因为sea和dos4gw太大了,一张软盘放不下dos和sea.我用wincab把sea打包了,这下一张软盘可以放下了,可不会设置解压,请那位高手帮帮我
下面是我参考论坛上的超级dos7.1启动盘写的autoexec.bat,但无法正常解压
@ECHO OFF
SET DIRCMD=/OGN /4
set ramd=z
mkdir %ramd%:\temp
set ebddir=%ramd%:\temp
set path=%ramd%:\temp
mouse
copy a:\extract.exe %ramd%:\temp >nul
extract /y /l %ramd%:\temp /e a:\ebd.cab >nul
%ramd%:\temp\sea.exe
那位大侠帮我看看,哪里错了
下面是我参考论坛上的超级dos7.1启动盘写的autoexec.bat,但无法正常解压
@ECHO OFF
SET DIRCMD=/OGN /4
set ramd=z
mkdir %ramd%:\temp
set ebddir=%ramd%:\temp
set path=%ramd%:\temp
mouse
copy a:\extract.exe %ramd%:\temp >nul
extract /y /l %ramd%:\temp /e a:\ebd.cab >nul
%ramd%:\temp\sea.exe
那位大侠帮我看看,哪里错了
