if "%ramdisk%test" == "test" goto end
command.com /f /c if not exist %ramdisk%\nul goto end
if exist %ramdisk%\command.com set comspec=%ramdisk%\command.com
md %ramdisk%\net
copy dosnet\*.* %ramdisk%\net\*.* /y >nul
set path=%ramdisk%\net
%ramdisk%
cd \net
extract /e /y /l %ramdisk%\net net.cab >nul
if exist net.cab del net.cab
cd \net
call script.bat
:end
這是我在網上下的netghost中的AUTOEXEC.BAT文件裏的內容。
我想明白一下然後自己做進u盤裏,謝謝·!
command.com /f /c if not exist %ramdisk%\nul goto end
if exist %ramdisk%\command.com set comspec=%ramdisk%\command.com
md %ramdisk%\net
copy dosnet\*.* %ramdisk%\net\*.* /y >nul
set path=%ramdisk%\net
%ramdisk%
cd \net
extract /e /y /l %ramdisk%\net net.cab >nul
if exist net.cab del net.cab
cd \net
call script.bat
:end
這是我在網上下的netghost中的AUTOEXEC.BAT文件裏的內容。
我想明白一下然後自己做進u盤裏,謝謝·!

