home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The SelectWare System Volume 2 #3
/
The_SelectWare_System_Series_1_Volume_2_Number_3_Selectware.iso
/
pat10000
/
demo.bat
< prev
next >
Wrap
DOS Batch File
|
1990-09-07
|
918b
|
48 lines
echo off
:start
cls
echo .
echo This demo has instruction build into the demo.
echo Follow the instructions on the screen to configure
echo the demo for your system.
echo .
echo For a printout of more complete instruction
echo select option 2 below.
echo .
echo 1. Interactive demo
echo 2. Print instructions
echo 3. Quit
echo .
echo Please enter the number for your choice:
query
if errorlevel = 3 goto exit
if errorlevel = 2 goto insturctions
if errorlevel = 1 goto inter
echo Unavailable choice.
pause
goto start
REM run interactive demo
:inter
echo .
echo .
echo Loading interactive demo
FLOWDEMO
goto exit
REM Instructions
:insturctions
echo .
echo .
echo Using the DOS PRINT program to print out INSTRUCT.DOC
echo Ready printer and
pause
print instruct.doc
goto start
:exit
echo .
echo returning to The SelectWare System