home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / database / isam100.zip / INSTALL.FIL < prev    next >
Text File  |  1993-05-19  |  2KB  |  103 lines

  1. BACKGROUND 127
  2. LANGUAGE ENGLISH
  3. SHADOW ON
  4. TELESCOPE OFF
  5. WINOPEN 18 2 95
  6.  
  7. "           Nildram Software          "
  8. "         Installation Program        "
  9. ""
  10. "            ISAM Manager             "
  11. TELESCOPE ON
  12. SPACE 300
  13.  
  14. 'select destination drive and path. Alert user if ISAM Manager already present.
  15. DRIVE C 28 12 31 15 32 14 79
  16. PATH \ISAMMGR 0 12 31 15 32 14 79
  17.  
  18. UNPACK INSTALL.IM 0 12 31 32 14 79
  19. JUMP.FAIL OOPS
  20. COPY ~0\*.DOC ~1~2\ 0 12 31
  21. COPY ~0\DESC.SDI ~1~2\ 0 12 31
  22. COPY ~0\FILE_ID.DIZ ~1~2\ 0 12 31
  23. EXIST ~1~2\FILE_ID.DIZ
  24. JUMP.NO OUT
  25.  
  26. :PRNT_REG
  27. WINOPEN 0 12 47
  28. " This is a Test Drive Version of ISAM Manager"
  29. " Please ensure that your printer is on and"
  30. "press <ENTER> to print the registration form"
  31. WAIT 62 15
  32. WINCLOSE
  33. PRINT ~1~2\REGISTER.DOC
  34. JUMP.FAIL REG_ERROR
  35. JUMP INST
  36.  
  37. :REG_ERROR
  38. WINOPEN 0 11 79
  39. "Your printer is not responding. Possible problems:"
  40. "  Printer is off."
  41. "  Printer requires paper."
  42. "  Printer not attached to LPT1."
  43. ""
  44. "Do you wish to retry (Y/N)?"
  45. ASK 43 17
  46. WINCLOSE
  47. JUMP.NO INST
  48. JUMP PRNT_REG
  49.  
  50. 'Viewing instructions
  51. :INST
  52. WINOPEN 0 12 31
  53. "Would you like to view the instructions (Y/N)? "
  54. ASK 63 13
  55. WINCLOSE
  56. JUMP.NO PRNT_QUEST
  57. VIEW ~1~2\ISAMMGR.DOC 79 31
  58.  
  59. 'Printing instructions
  60. :PRNT_QUEST
  61. WINOPEN 0 12 31
  62. "Would you like to print the instructions (Y/N)?"
  63. ASK 64 13
  64. WINCLOSE
  65. JUMP.NO OUT
  66. :PRNT
  67. PRINT ~1~2\ISAMMGR.DOC
  68. JUMP.FAIL PRNT_ERROR
  69. JUMP OUT
  70.  
  71. :PRNT_ERROR
  72. WINOPEN 0 11 79
  73. "Your printer is not responding. Possible problems:"
  74. "  Printer is off."
  75. "  Printer requires paper."
  76. "  Printer not attached to LPT1."
  77. ""
  78. "Do you wish to retry (Y/N)?"
  79. ASK 43 17
  80. WINCLOSE
  81. JUMP.YES PRNT
  82.  
  83. :OUT
  84. WINOPEN 0 12 31
  85. "ISAM Manager is now installed."
  86. ""
  87. "Press <ENTER> to continue."
  88. WAIT 51 15
  89. WINCLOSE
  90. VIEW ~1~2\README.DOC 79 31
  91. END
  92.  
  93. :OOPS
  94. WINOPEN 0 12 79
  95. "THE INSTALLATION PROGRAM FAILED PRIOR TO COMPLETION"
  96. ""
  97. "Possible reasons:"
  98. "   -- The floppy disk was removed prior to completion."
  99. "   -- The floppy disk was damaged during shipping."
  100. ""
  101. WINCLOSE
  102. END
  103.