home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 March / SOFM_Mar1995.bin / pc / install.fil < prev    next >
Text File  |  1995-01-27  |  2KB  |  67 lines

  1. BACKGROUND 63    ' display cyan colored background (see color chart in docs)
  2. LANGUAGE ENGLISH
  3. BORDER 1
  4. TELESCOPE ON
  5. WINOPEN 16 2 79
  6. "         Software of the Month Club         "
  7. PAUSE 100
  8. SHADOW ON
  9. SPACE 1024
  10. WINOPEN 10 6 31
  11. "We have provided QuikMenu, an easy way to access the files" 
  12. "on this CD.  You are about to install and setup QuikMenu."
  13. ""
  14. "To EXIT without installing press the ESC key at the"
  15. ""INSTALL TO DRIVE WINDOW.""
  16. ""
  17. "Press the [Enter] key to continue."
  18. WAIT +36 +7
  19. WINCLOSE
  20. DRIVE C 0 10 31 15 32 14 79
  21. PATH \QMCD 0 10 31 15 32 14 79
  22. UNPACK QUIKMENU.PAK 0 10 31 32 14 79
  23. JUMP.FAIL INSTALL_FAILURE
  24. WINOPEN 0 8 31
  25. "QuikMenu has been installed on your computer in the directory:"
  26. ""
  27. ""
  28. "QuikMenu will now setup and load.  To run it from the DOS"
  29. "prompt change to the ~1~2> directory and type QM."
  30. ""
  31. "Press the [Enter] key to continue."
  32. WINUPDATE +25 +2 30
  33. "~1~2"
  34. WAIT +36 +7
  35. WINCLOSE
  36. WINOPEN 0 12 31
  37. "Which drive letter is your CD-ROM Drive?"
  38. ""
  39. WINUPDATE +18 +2 30
  40. "(A-Z)"
  41. INPUT A 1 +24 +2 12
  42. VIEW ~A:\INFO.TXT 79 31
  43. DELETE ~1~2\QMDRIVE.BAT 0 0 31
  44. FILE ~1~2\QMDRIVE.BAT 
  45. "QM /M~A:\QUIK\QM~A.MNU"
  46. RUN ~1~2\QMDRIVE
  47. :EXIT
  48. :INSTALL_FAILURE
  49. WINOPEN 0 12 79
  50. "THE INSTALLATION PROGRAM FAILED PRIOR TO COMPLETION"
  51. ""
  52. "Possible reasons:"
  53. "   -- The floppy disk was removed prior to completion."
  54. "   -- The floppy disk was damaged during shipping."
  55. "   -- Your disk drive is out of alignment."
  56. ""
  57. "Press [Enter] to remove incomplete program files."
  58. WAIT 62 20
  59. DELETE ~1~2\*.* 0 0 31
  60. RD ~1~2
  61. WINCLOSE
  62. WINOPEN 0 12 31
  63. "Partially Installed Files are Now Deleted."
  64. ""
  65. "      Press [Enter] to Quit."
  66. WAIT 47 15
  67.