home *** CD-ROM | disk | FTP | other *** search
/ Boldly Go Collection / version40.iso / TS / 17A / DKFIL29S.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-12-26  |  5KB  |  182 lines

  1. echo off
  2. cls
  3. scrn08
  4. echo -
  5. echo  This program will install the Disk Filer program files to a Drive
  6. echo  of your choice (A, - E), and place you in \dskfiler subdirectory.  This
  7. echo  program will not modify your autoexec.bat or config.sys files.
  8. echo .
  9. echo  If this installation is an upgrade from a previous version of Disk
  10. echo  Filer then you will need to:  Press CTRL-C   Now
  11. echo  Then answer "Y" to question "Terminate Batch Job?"  Then copy all
  12. echo  your *.DTA files to a blank diskette.  This is for safety reasons only.
  13. echo  Then start this install program again to install this New Version.
  14. echo .
  15. echo       Thanks for selecting and trying the Disk Filer System.
  16. echo -
  17. pause
  18. if %1 / == /  goto drv
  19. if %1 == a goto adrv
  20. if %1 == b goto bdrv
  21. if %1 == c goto cdrv
  22. if %1 == d goto ddrv
  23. if %1 == e goto edrv
  24. if %1 == f goto fdrv
  25. :drv
  26. cls
  27. echo -
  28. echo  You need to specify a Drive in which to install Disk Filer TO,
  29. echo  and then second, FROM which diskette drive as well.
  30. echo .
  31. echo  For Example:
  32. echo   install a b,   install b a,   install c a,   install d a
  33. echo .
  34. echo  The four (4) examples above are some ways this install will work,
  35. echo     BUT do NOT type the commas!
  36. echo .
  37. echo         Install will install Disk Filer on Drives A thru E.
  38. echo .
  39. echo      You will go to DOS from here, then restart by typing:  "install x x"
  40. echo              ( x  ='s  a drive letter)
  41. echo -
  42. pause
  43. goto done
  44. :adrv
  45. echo -
  46. echo     You have typed -install a- and therefore Disk Filer files will
  47. echo  be put on a blank formatted diskette.  If you have not placed a
  48. echo  blank formatted diskette in drive A:, DO SO NOW!    (Press CTRL-C
  49. echo  and type `Y' in response to -terminate batch job?- to return
  50. echo  to DOS), if you wish to terminate this install procedure.
  51. echo -
  52. pause
  53. goto cpy
  54. :cpy
  55. copy df.* %1:
  56. copy *.com %1:
  57. copy readme??.1st %1:
  58. copy *.bat %1:
  59. copy *.doc %1:
  60. copy *.20? %1:
  61. copy *.txt %1:
  62. copy *.exe %1:
  63. goto end
  64. :bdrv
  65. echo -
  66. echo        You have typed -install b- and therefore Disk Filer files will
  67. echo  be put on a blank formatted diskette.  If you have not placed a
  68. echo  blank formatted diskette in drive B:, DO SO NOW!    (Press CTRL-C
  69. echo  and type `Y' in response to -terminate batch job?- to return
  70. echo  to DOS), if you wish to terminate this install procedure.
  71. echo -
  72. pause
  73. goto cpy
  74. :cdrv
  75. echo -
  76. echo      You have typed "install c" and therefore a directory called
  77. echo  -Dskfiler- will be made on drive C:.  All Disk Filer files will be
  78. echo  copied into that directory for you.
  79. echo -
  80. pause
  81. c:
  82. md dskfiler
  83. %2:
  84. copy df.* %1:\dskfiler
  85. copy *.com %1:\dskfiler
  86. copy readme??.1st %1:\dskfiler
  87. copy *.doc %1:\dskfiler
  88. copy *.bat %1:\dskfiler
  89. copy *.20? %1:\dskfiler
  90. copy *.txt %1:\dskfiler
  91. copy *.exe %1:\dskfiler
  92. goto end
  93. :ddrv
  94. echo -
  95. echo       You have typed "install d"  and therefore a directory called
  96. echo  -Dskfiler- will be made on drive D:.  All Disk Filer files will be
  97. echo  copied into that directory for you.
  98. echo -
  99. pause
  100. d:
  101. md dskfiler
  102. %2:
  103. copy df.* %1:\dskfiler
  104. copy *.com %1:\dskfiler
  105. copy *.1st %1:\dskfiler
  106. copy *.doc %1:\dskfiler
  107. copy *.bat %1:\dskfiler
  108. copy *.20? %1:\dskfiler
  109. copy *.txt %1:\dskfiler
  110. copy *.exe %1:\dskfiler
  111. goto end
  112. :edrv
  113. echo -
  114. echo        You have type "install e" and therefore a directory called
  115. echo  -Dskfiler- will be made on drive E:.  All Disk Filer files will be
  116. echo  copied into that directory for you.
  117. echo -
  118. pause
  119. e:
  120. md dskfiler
  121. %2:
  122. copy df.* %1:\dskfiler
  123. copy *.com %1:\dskfiler
  124. copy *.1st %1:\dskfiler
  125. copy *.doc %1:\dskfiler
  126. copy *.bat %1:\dskfiler
  127. copy *.20? %1:\dskfiler
  128. copy *.txt %1:\dskfiler
  129. copy *.exe %1:\dskfiler
  130. goto end
  131. :fdrv
  132. echo -
  133. echo       You have typed  "install f ?" and therefore can install from your
  134. echo  RAMDrive "F" to any drive  "A - E".  If you have typed "F" to
  135. echo  install Disk Filer to "F" for useage, you have ERRORED.  Disk Filer
  136. echo  does NOT support "F" drive.  Only drives A, B, C, D, E are valid.
  137. echo  If you would have chosen for example:   install e f   then you would
  138. echo  be using this procedure correctly.
  139. echo -
  140. pause
  141. goto done
  142. :end
  143. echo -
  144. echo            All files have been copied to designated drive.
  145. echo  NOTE: The capslock key and light will be turned on for this program
  146. echo        needs uppercase letters.  It will be turned off when you exit
  147. echo        the program.
  148. echo .
  149. echo       NOW:   type;   DF      ,then press Enter to start Disk Filer!
  150. echo .
  151. echo -
  152. pause
  153. scrn09
  154. goto slip
  155. :slip
  156. if %1 == a goto adsk
  157. if %1 == b goto bdsk
  158. if %1 == c goto end2
  159. if %1 == d goto end3
  160. if %1 == e goto end4
  161. :end2
  162. c:
  163. cd\dskfiler
  164. goto done
  165. :end3
  166. d:
  167. cd\dskfiler
  168. goto done
  169. :end4
  170. e:
  171. cd\dskfiler
  172. goto done
  173. :adsk
  174. a:
  175. goto done
  176. :bdsk
  177. b:
  178. goto done
  179. :done
  180. scrn09
  181. 
  182.