home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo Deleting the following files used in special notice:
- echo -------
- echo TYPE
- echo DEMO
- echo AND
- echo PRESS
- echo ENTER
- echo --------
- if exist ------- del -------
- if exist TYPE del TYPE
- if exist DEMO del DEMO
- if exist AND del AND
- if exist PRESS del PRESS
- if exist ENTER del ENTER
- if exist -------- del --------
- echo Special notice files have been deleted.
- echo
- pause
- cls
- echo ==============================================================================
- echo BabyDraw Ver. 1.00 Drawing Game Demonstration
- echo Copyright (C) 1990 by Kenneth R. Casey, Jr. All Rights Reserved.
- echo ==============================================================================
- echo
- echo
- echo
- echo This batch file will explain the features of BabyDraw, give
- echo instructions for registration, and demonstrate some of its
- echo features.
- echo
- echo Do not press any keys while demonstration is running, in spite
- echo of screen prompts which invite you to do so.
- echo
- echo To break out of the demonstration, press and hold
- echo down CTRL-C until you are returned to DOS, then press "Y".
- echo
- echo We hope that you will experience many hours of enjoyment with
- echo this SPELLBOUND! Software product!
- echo
- echo
- echo
- echo
- echo
- pause
- cls
- caitlin demo
- echo
- echo
- echo
- echo
- bdraw @rec.lst
- cls
- echo
- echo
- echo
- echo
- echo
- echo
- echo
- echo This concludes the Demonstration of SPELLBOUND! Software's BabyDraw!
- echo
- echo To start BabyDraw, type: "CAITLIN" and press ENTER
- echo Press F1 for a list of all drawing functions. Press F1 twice to read
- echo the documentation in BABYDRAW.DOC.
- echo
- echo To print an order form, type: COPY ORDER.FRM PRN, or run BDRAW.EXE without
- echo any command line options and an order form will be displayed. Just press
- echo PRTSC to send the form on your screen to the printer.
- echo
- echo We hope you enjoy the shareware version of BabyDraw!
- echo
- echo
- echo
- echo
- echo
-