home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
8+1 Entertainment Pack: Game Pack 2
/
VOL02.bin
/
go.bat
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1995-09-27
|
207 b
|
12 lines
@echo off
menu.exe /P %1 %2 %3 %4 %5 %6
if errorlevel=3 goto DoCommand
if errorlevel=2 goto DoCommand
if errorlevel=1 goto DoCommand
goto EndIt
:DoCommand
tempwork.bat %1 %2 %3 %4 %5 %6
:EndIt