home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-387-Vol-3of3.iso
/
b
/
bigmenu7.zip
/
README.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-01-25
|
148b
|
10 lines
echo off
cls
if not exist menu.exe goto message
menu readme
goto end
:message
echo Unable to find MENU.EXE in the current directory.
:end