home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / EDUCATIO / BABYDRAW.ZIP / DEMO.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-07-28  |  2.1 KB  |  78 lines

  1. echo off
  2. cls
  3. echo Deleting the following files used in special notice:
  4. echo -------
  5. echo TYPE     
  6. echo DEMO     
  7. echo AND     
  8. echo PRESS     
  9. echo ENTER     
  10. echo --------
  11. if exist ------- del -------          
  12. if exist TYPE del TYPE     
  13. if exist DEMO del DEMO
  14. if exist AND del AND
  15. if exist PRESS del PRESS
  16. if exist ENTER del ENTER     
  17. if exist -------- del --------            
  18. echo Special notice files have been deleted.
  19. echo  
  20. pause
  21. cls
  22. echo ============================================================================== 
  23. echo BabyDraw Ver. 1.00 Drawing Game Demonstration
  24. echo Copyright (C) 1990 by Kenneth R. Casey, Jr. All Rights Reserved.
  25. echo ============================================================================== 
  26. echo  
  27. echo  
  28. echo  
  29. echo        This batch file will explain the features of BabyDraw, give
  30. echo        instructions for registration, and demonstrate some of its 
  31. echo        features.  
  32. echo  
  33. echo        Do not press any keys while demonstration is running, in spite
  34. echo        of screen prompts which invite you to do so.
  35. echo  
  36. echo        To break out of the demonstration, press and hold
  37. echo        down CTRL-C until you are returned to DOS, then press "Y".
  38. echo  
  39. echo        We hope that you will experience many hours of enjoyment with
  40. echo        this SPELLBOUND! Software product!  
  41. echo  
  42. echo  
  43. echo  
  44. echo  
  45. echo  
  46. pause
  47. cls
  48. caitlin demo
  49. echo  
  50. echo  
  51. echo  
  52. echo  
  53. bdraw @rec.lst
  54. cls
  55. echo  
  56. echo  
  57. echo  
  58. echo  
  59. echo  
  60. echo  
  61. echo  
  62. echo      This concludes the Demonstration of SPELLBOUND! Software's BabyDraw!
  63. echo  
  64. echo  To start BabyDraw, type: "CAITLIN" and press ENTER
  65. echo  Press F1 for a list of all drawing functions.  Press F1 twice to read
  66. echo  the documentation in BABYDRAW.DOC.
  67. echo  
  68. echo  To print an order form, type: COPY ORDER.FRM PRN, or run BDRAW.EXE without
  69. echo  any command line options and an order form will be displayed.  Just press
  70. echo  PRTSC to send the form on your screen to the printer.
  71. echo  
  72. echo  We hope you enjoy the shareware version of BabyDraw!
  73. echo  
  74. echo  
  75. echo  
  76. echo  
  77. echo  
  78.