home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Zone 1994 December
/
CD-ROM.ISO
/
unp
/
unpack.bat
< prev
Wrap
DOS Batch File
|
1994-01-17
|
263b
|
24 lines
@echo off
:TOP
\go-menu unp.mnu
if errorlevel 4 goto END
if errorlevel 3 goto HELP
if errorlevel 2 goto INFO
if errorlevel 1 goto UNP
goto TOP
:UNP
call instunp.bat
goto TOP
:INFO
see info.txt
goto TOP
:HELP
see help.txt
goto TOP
:END