home *** CD-ROM | disk | FTP | other *** search
/ Tech-ROM Library / Tech-Rom Library - The Technical Library on CD-ROM 1993.iso / sw / compa / menu / reademo / demo.bat next >
Encoding:
DOS Batch File  |  1992-11-13  |  474 b   |  19 lines

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