home *** CD-ROM | disk | FTP | other *** search
/ The Selectware System / IBM57.ISO / sof10030 / demo.bat next >
DOS Batch File  |  1992-06-18  |  494b  |  20 lines

  1. echo off
  2. cls
  3. if not exist SPCDEMO.EXE goto nodemo
  4. SPCDEMO %1
  5. echo  
  6. echo         Thank you for watching the SPC 
  7. echo         Product Review demo.  If you   
  8. echo         want to view it again, type DEMO 
  9. echo         and press the ENTER key.
  10. echo  
  11. goto exit
  12. :nodemo
  13. echo         Sorry, your SPC Product Review demo
  14. echo         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.  
  20.