home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Selectware System
/
IBM57.ISO
/
sym10000
/
qademo.bat
< prev
Wrap
DOS Batch File
|
1991-04-18
|
2KB
|
57 lines
echo off
cls
rem -----------------------------------------
rem Demo Launch Program for Symantec Q&A 4.0
rem (c) 1991 AdWare, Inc.
rem -----------------------------------------
rem ********************************************
rem DOMESTIC VERSION
rem ********************************************
break off
if not exist qa4_demo.exe goto filefail
qa4_demo.exe
cls
echo
echo
echo Thank you for watching our
echo Q&A 4.0 Demonstration.
echo
echo If you would like to view it
echo again, type:
echo
echo QADEMO
echo
echo and press the ENTER key.
echo
echo If you would like to order a $9.95 trial
echo sized version of Q&A 4.0, please call
echo
echo 1-800-228-4122 ext. 103DD
echo
echo
echo
goto exit
:filefail
echo
echo
echo Q&A 4.0 Demo Disk Install
echo ---------------------------------
echo
echo An important file is missing from
echo your QADEMO Demo Directory:
echo
echo QA4_DEMO.EXE
echo
echo The demo cannot run if this
echo file is missing!
echo
echo Please check your directory to
echo see if the file has been renamed
echo or install the demo again using your
echo Q&A 4.0 Demo Disk.
echo
goto exit
:exit
exit