home *** CD-ROM | disk | FTP | other *** search
/ The Selectware System / IBM57.ISO / com20030 / cp4demo.bat < prev    next >
DOS Batch File  |  1992-03-23  |  1KB  |  58 lines

  1. echo off
  2. cls
  3. rem ------------------------------------------
  4. rem Demo Launch Program for CA-Compete! 4.2
  5. rem (c) 1992 AdWare, Inc.
  6. rem ------------------------------------------
  7. break off
  8. if not exist CP4_DEMO.EXE goto filefail
  9. CP4_DEMO.EXE
  10. mode co80
  11. echo
  12. echo
  13. echo            CA-Compete! 4.2 Demo
  14. echo            ═══════════════════════════
  15. echo
  16. echo            Thank you for watching our
  17. echo            CA-Compete! 4.2 Demonstration.
  18. echo
  19. echo            If you would like to view it
  20. echo            again, type:
  21. echo
  22. echo                    CP4DEMO
  23. echo  
  24. echo            and press the ENTER key.
  25. echo            ───────────────────────────
  26. goto exit
  27.  
  28. ::----------
  29. :filefail
  30. ::----------
  31. echo
  32. echo            CA-Compete! 4.2 Demo Disk Install
  33. echo            ════════════════════════════════
  34. echo
  35. echo            An important file is missing
  36. echo            your CP4DEMO Demo Directory:
  37. echo
  38. echo                    CP4_DEMO.EXE
  39. echo
  40. echo            The demo cannot run if this
  41. echo            file is missing!
  42. echo
  43. echo            Please check your directory to
  44. echo            see if the file has been renamed
  45. echo            or install the demo again using
  46. echo            your CA-Compete! 4.2 Demo Disk.
  47. echo            ────────────────────────────────
  48. echo
  49. goto exit
  50.  
  51. ::----------
  52. :exit
  53. ::----------
  54. echo 
  55. echo            Press any key to continue
  56. pause >nul
  57. exit
  58.