home *** CD-ROM | disk | FTP | other *** search
/ On Hand / On_Hand_From_Softbank_1994_Release_2_Disc_1_1994.iso / a / 00037 / demo.bat next >
DOS Batch File  |  1993-11-29  |  514b  |  19 lines

  1. echo off
  2. cls
  3. if not exist HGWDEMO.EXE goto nodemo
  4. HGWDEMO %1
  5. echo  
  6. echo         Thank you for watching the Harvard
  7. echo         Graphics for Windows 2.0 demo.
  8. echo         If you want to view it again,
  9. echo         type DEMO and press the ENTER key.
  10. echo  
  11. goto exit
  12. :nodemo
  13. echo         Sorry, your Harvard Graphics for Windows 2.0
  14. echo         demo has not been properly installed.
  15. echo         Please install the demo again following
  16. echo         the instructions on the label.
  17. echo  
  18. :exit
  19.