home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hall of Fame
/
HallofFameCDROM.cdr
/
util1
/
msi14.lzh
/
M.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-05-10
|
375b
|
28 lines
@echo off
msi
goto bypass
:menu
msi returning
:bypass
if errorlevel 9 goto DOS
call act
goto getback
: create a dos shell
:DOS
@echo off
cls
echo
echo ╔════════════════════════╗
echo ║ Type "EXIT" to return ║
echo ║ to MSI Menus. ║
echo ╚════════════════════════╝
call command.com
:getback
:c:
:cd \
goto menu