home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computerworld 1996 March
/
Computerworld_1996-03_cd.bin
/
idg_cd3
/
utility
/
minimnu2
/
test.bat
< prev
next >
Wrap
DOS Batch File
|
1996-02-14
|
217b
|
11 lines
@echo off
if .%1==. goto error
echo This program masquerades as:
echo %1 %2
echo to demonstrate the usage of MINIMENU 2.0
pause
goto end
:error
echo this file is used by the MINIMENU 2.0 demonstration
:end