home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / demo / wpdemo / wpidemlz.exe / DEMO.BAT next >
DOS Batch File  |  1993-06-07  |  490b  |  19 lines

  1. echo off
  2. cls
  3. if not exist WPIDEMO.EXE goto nodemo
  4. WPIDEMO %1
  5. echo  
  6. echo         Thank you for watching the 
  7. echo         WordPerfect InForms 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 WordPerfect InForms demo
  14. echo         has not been properly installed.  Please
  15. echo         install the demo again following
  16. echo         the instructions on the label.
  17. echo  
  18. :exit
  19.