home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
swCHIP 1991 January
/
swCHIP_95-1.bin
/
demo
/
wpdemo
/
wpidemlz.exe
/
DEMO.BAT
next >
Wrap
DOS Batch File
|
1993-06-07
|
490b
|
19 lines
echo off
cls
if not exist WPIDEMO.EXE goto nodemo
WPIDEMO %1
echo
echo Thank you for watching the
echo WordPerfect InForms demo.
echo If you want to view it again,
echo type DEMO and press the ENTER key.
echo
goto exit
:nodemo
echo Sorry, your WordPerfect InForms demo
echo has not been properly installed. Please
echo install the demo again following
echo the instructions on the label.
echo
:exit