home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
editors
/
pcw202_4.arj
/
MENUPRT.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-12-18
|
323b
|
15 lines
echo off
menuprt1 %1
if errorlevel 2 goto exit
if errorlevel 1 menuprt2 // %1
if errorlevel 2 goto exit
if errorlevel 202 goto exit
if errorlevel 203 goto exit
if errorlevel 204 goto exit
if errorlevel 1 menuprt3 // %1
if errorlevel 2 goto exit
if errorlevel 1 menuprt4 // %1
if errorlevel 2 goto exit
:exit