home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 2 #3 / The_SelectWare_System_Series_1_Volume_2_Number_3_Selectware.iso / lot10060 / 123gdemo.bat < prev    next >
DOS Batch File  |  1990-03-28  |  728b  |  26 lines

  1. echo off
  2. cls
  3. echo  
  4. echo         Welcome to the Lotus 1-2-3/G demo
  5. echo         ------------------------------------------------------
  6. echo           To pause while the demo is running, press SPACE BAR.
  7. echo           To resume, press ENTER.
  8. echo           To quit the demo, press ESC.
  9. echo  
  10. pause
  11. if not exist 123GDEM.EXE goto bad
  12. 123GDEM
  13. echo  
  14. echo            Thank you for trying our
  15. echo            1-2-3/G demo.  If you would
  16. echo            like to view it again, type
  17. echo            123GDEMO and press the ENTER key.
  18. echo  
  19. goto exit
  20. :bad
  21. echo            Your 1-2-3/G Demo has not been
  22. echo            properly installed.  Please install
  23. echo            the demo again.
  24. echo  
  25. goto exit
  26. :exit