home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / vlb410.zip / INSTALL.FIL < prev    next >
Text File  |  1994-05-22  |  5KB  |  218 lines

  1. BACKGROUND 63
  2. TELESCOPE OFF
  3. SHADOW ON
  4. WINOPEN 18 2 95
  5. "   TurboSystemsCo"
  6. "Installation Program"
  7. "        For"
  8. "   Video Librarian"
  9. DOS 2.1
  10. JUMP.NO NO_DOS
  11. MEMORY 512
  12. JUMP.NO  NO_MEM
  13. :PROMPT
  14. SPACE 600
  15. DRIVE C 28 10 31 15 32 14 79
  16. PATH \VIDEO40 12 10 31 15 32 14 79
  17. EXIST ~1~2\*.*
  18. JUMP.NO UNPACK
  19. WINOPEN 0 10 31
  20. "The directory ~1~2 already exists and contains files!"
  21. "Are you sure you want to risk overwriting files in this directory Y or N?"
  22. "Overwriting an earlier version of Video Librarian is OK"
  23. ASK 77 12
  24. WINCLOSE
  25. JUMP.NO PROMPT
  26. :UNPACK
  27. UNPACK VIDEO.DAT 24 10 31 32 14 79
  28. JUMP.FAIL INSTALL_FAILURE
  29. COPY ~0\README.TXT  ~1~2\README.TXT 24 10 31
  30. COPY ~0\VLB.TXT ~1~2\VLB.TXT 24 10 31
  31. WINOPEN 0 10 31
  32. "Do you want to install the sample files Y or N?  The"
  33. "sample files will aid you in learning the program if"
  34. "you haven't used the program before."
  35. ASK 61 11
  36. WINCLOSE
  37. JUMP.NO TEST_CONFIG
  38. UNPACK SAMPLE.DAT 24 10 31 32 14 79
  39. JUMP.FAIL INSTALL_FAILURE
  40. :TEST_CONFIG
  41. WINOPEN 0 10 31
  42. "Video Librarian requires that you have the statements FILES=16 and"
  43. "and BUFFERS=20 or greater in your CONFIG.SYS file. Do you want the"
  44. "program to check/modify your CONFIG.SYS file if required"
  45. "                         Y)es or N)o"
  46. ASK  45 14
  47. WINCLOSE
  48. JUMP.NO SKIPGO
  49. :COMMAND_TEST
  50. EXIST ~3\COMMAND.COM
  51. JUMP.YES DOS_PROMPT
  52. WINOPEN 0 10 15
  53. "Please insert your boot floppy disk in drive ~3"
  54. ""
  55. "Press the [Enter] key to continue."
  56. WAIT 47 13
  57. WINCLOSE
  58. JUMP COMMAND_TEST
  59. :DOS_PROMPT
  60. SHADOW OFF
  61. EXIST ~3\CONFIG.SYS
  62. JUMP.NO MAKE_CONFIG
  63. COPY ~3\CONFIG.SYS ~3\CONFIG.XXX 24 10 51
  64. SET.FILES 16
  65. JUMP.FAIL INSTALL_FAILURE
  66. SET.BUFFERS 20
  67. JUMP.FAIL INSTALL_FAILURE
  68. SHADOW ON
  69. JUMP SKIPGO
  70. :MAKE_CONFIG
  71. FILE ~3\CONFIG.SYS
  72. JUMP.FAIL INSTALL_FAILURE
  73. "FILES=16"
  74. "BUFFERS=20"
  75. JUMP THERE
  76. :SKIPGO
  77. SHADOW OFF
  78. WINOPEN 0 12 31
  79. "Would you like to read the README.TXT file?"
  80. "                             (Y or N)"
  81. ASK 57 14
  82. WINCLOSE
  83. JUMP.NO PRINT_INSTALL.TXT
  84. VIEW ~1~2\README.TXT 79 31
  85. :PRINT_INSTALL.TXT
  86. WINOPEN 0 12 31
  87. "Would you like to PRINT the README.TXT file?"
  88. "                             (Y or N)"
  89. ASK 57 14
  90. WINCLOSE
  91. JUMP.NO MANUAL
  92. WINOPEN 0 0 31
  93. "Printing ..."
  94. PRINT ~1~2\README.TXT
  95. WINCLOSE
  96. JUMP.FAIL PRINTER_ERROR
  97. ' JUMP THERE
  98. :MANUAL
  99. WINOPEN 0 12 31
  100. "Would you like to review the Video Librarian manual?"
  101. "                             (Y or N)"
  102. ASK 57 14
  103. WINCLOSE
  104. JUMP.NO PRT_INSTALL.TXT
  105. VIEW ~1~2\VLB.TXT 79 31
  106. :PRT_INSTALL.TXT
  107. WINOPEN 0 12 31
  108. "Would you like to PRINT the Video Librarian Manual?"
  109. "                             (Y or N)"
  110. ASK 57 14
  111. WINCLOSE
  112. JUMP.NO THERE
  113. WINOPEN 0 0 31
  114. "Printing ..."
  115. PRINT ~1~2\VLB.TXT
  116. WINCLOSE
  117. JUMP.FAIL PRINTER_ERROR
  118. JUMP THERE
  119. :PRINTER_ERROR
  120. WINOPEN 0 12 31
  121. "Your printer is not responding.  Possible problems:"
  122. "   -- Printer is not turned on"
  123. "   -- Printer is out of paper"
  124. "   -- Printer is not attached to LPT1 (parallel port 1)"
  125. ""
  126. "Do you want to try to print again  (Y or N)?"
  127. ASK 57 18 
  128. WINCLOSE  
  129. JUMP.YES PRINT_INSTALL.TXT
  130. :THERE
  131. DOS 3.3
  132. JUMP.NO OLD_DOS
  133. EXIST ~3\VLB.BAT
  134. JUMP.YES NEXT
  135. FILE ~3\VLB.BAT
  136. "@~1"
  137. "@cd ~2"
  138. "@VLB"
  139. "@cd \"
  140. "@~3"
  141. :NEXT
  142. EXIST ~3\ORDER.BAT
  143. JUMP.YES DONE
  144. FILE ~3\ORDER.BAT
  145. "@~1"
  146. "@CD ~2"
  147. "@ORDER"
  148. "@CD \"
  149. "@~3"
  150. JUMP DONE
  151. :OLD_DOS
  152. EXIST ~3\VLB.BAT
  153. JUMP.YES NEXT2
  154. FILE ~3\VLB.BAT
  155. "~1"
  156. "cd ~2"
  157. "VLB"
  158. "cd \"
  159. "~3"
  160. :NEXT2
  161. EXIST ~3\ORDER.BAT
  162. JUMP.YES DONE
  163. FILE ~3\ORDER.BAT
  164. "~1"
  165. "CD ~2"
  166. "ORDER"
  167. "CD \"
  168. "~3"
  169. :DONE
  170. WINCLOSE
  171. WINOPEN 0 0 95
  172. "Video Librarian has been successfully installed.  If you"
  173. "let the program check/modify your  CONFIG.SYS  file, you"
  174. "should  re-boot  your  computer  prior to running Video"
  175. "Librarian to  allow  the modifications  to  take  effect."
  176. "Also the program made a backup copy of your old CONFIG.SYS"
  177. "called CONFIG.XXX prior to making any changes."
  178. ""
  179. "     To run the program type VLB and press the ENTER "
  180. "     key from the root directory of drive ~3."
  181. ""
  182. " Press [Enter] key to exit this installation program"
  183. WAIT 67 17
  184. WINCLOSE
  185. :EXIT
  186. END
  187. :NO_DOS
  188. WINOPEN 0 10 31
  189. "      This program requires DOS version 2.1 or greater to run!      "
  190. "               The installation is terminated"
  191. "Contact TurboSystemsCo at 404-516-8575 if your DOS is 2.1 or greater"
  192. "               Press the [Enter] key to exit"
  193. WAIT 47 17
  194. WINCLOSE
  195. JUMP EXIT
  196.  
  197. :NO_MEM
  198. WINOPEN 0 10 31
  199. "Your system does not have at least 512K memory required to run the program"
  200. "                      The installation is terminated!"
  201. "   If your system has 512K or more contact TurboSystemsCo at 404-516-8575"
  202. "                       Press the [Enter] key to exit"
  203. WAIT 47 13
  204. WINCLOSE
  205. JUMP EXIT
  206.  
  207. :INSTALL_FAILURE
  208. WINOPEN 0 11 79
  209. "THE INSTALLATION PROGRAM FAILED PRIOR TO COMPLETION"
  210. ""
  211. "Possible reasons:"
  212. "--The floppy disk was removed prior to completion."
  213. "--The floppy disk was damaged during shipping."
  214. "--Your disk drive is out of alignment."
  215. ""
  216. "Press [Enter] to exit"
  217. WAIT 62 19
  218. JUMP EXIT