@echo off
LH KILLER
LH DOSKEY
LH CTMOUSE
if "%bootcon%" == "A" goto _NDIS
if "%bootcon%" == "B" goto _PXE
if "%bootcon%" == "C" goto _other
if "%bootcon%" == "D" goto _bak
if "%bootcon%" == "E" goto _tools
:_NDIS
prompt $p$g
call \net\doit.bat
\net\netbind.com
netbind
goto _end
:_PXE
prompt $p$g
\net\Undipd.com 0x60
goto _end
:_other
prompt $p$g
goto _end
:_bak
prompt $p$g
a:
call bak.BAT (如:想在掉用这个BAT后,自身退出,让下面的不要执行)
:_tools
XMSDSK 16384 /Y
FINDRAMD
path=a:\;%ramdrive%;a:\NTFSDOS;a:\driver;a:\vc;a:\tools
LH DOSLFN /C+ /Z:CP936UNI.TBL
md %ramdrive%\Temp
set tmp=%ramdrive%\temp
set temp=%ramdrive%\temp
LH SMARTDRV
PCCACHE /SIZEXT:4096 /WRITE:OFF /WIN /MINI
a:
call tools.BAT
:_end
a:
call menu.BAT