home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best Objectech Shareware Selections
/
UNTITLED.iso
/
boss
/
util
/
menu
/
009
/
test.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-01-12
|
209 b
|
11 lines
@echo off
if .%1==. goto error
echo This program masquerades as:
echo %1 %2
echo to demonstrate the usage of MINIMENU
pause
goto end
:error
echo this file is used by the MINIMENU demonstration
:end