home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Netware Super Library
/
Netware Super Library.iso
/
file_mgt
/
ffg
/
demo_bat
/
do.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1995-04-01
|
250 b
|
16 lines
@echo off
if %1.==. goto ERROR
cls
echo Demo [%1]
echo.
call %1 %2 %3 %4 %5 %6 %7 %8 %9
@echo off
echo.
echo Demo [%1] complete.
echo Press any key for next demonstration or press [CTRL]-C to quit.
echo.
pause>nul
goto END
:ERROR
:END