home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 4 / CHIP_HITWARE4.iso / BIURO / 95FIRMPL / SETUP.BAT < prev    next >
DOS Batch File  |  1996-12-07  |  4KB  |  141 lines

  1. echo off
  2. cls
  3. echo To accomodate all its features, this Windows program is quite large.  To
  4. echo shorten transfer time as much as possible, this simple DOS batch file is
  5. echo used for installation.  Just follow the instructions.
  6. echo .
  7. echo .
  8. pause
  9. echo off
  10. cls
  11. echo Installing this program requires 2MB of free hard disk space.  If you're
  12. echo not absolutely SURE that much is free, press Control-C to abort; otherwise,
  13. pause
  14. echo off
  15. cls
  16. md \INTEGRA
  17. cls
  18. if exist \integra\sched.daf erase *.da*
  19. echo COPYING FILES...
  20. echo .
  21. copy j* \integra
  22. copy *.bmp \integra
  23. if not exist \integra\sched.daf copy *.d* \integra
  24. copy *.e* \integra
  25. copy *.g* \integra
  26. copy *.h* \integra
  27. copy *.i* \integra
  28. copy *.l* \integra
  29. copy *.t* \integra
  30. copy cities \integra
  31. if exist \integra\ultimate.exe goto STARTDEL
  32. cls
  33. echo Something went wrong during this installation.  Perhaps you have less free
  34. echo disk space than you thought.
  35. echo .
  36. echo INSTALLATION IS ABORTED!
  37. goto END
  38. :STARTDEL
  39. erase cities
  40. erase j*
  41. erase *.bmp
  42. erase *.d*
  43. erase *.e*
  44. erase *.g*
  45. erase *.h*
  46. erase *.i*
  47. erase *.l*
  48. erase *.t*
  49. cd\integra
  50. md pictures
  51. copy pictures.exe pictures
  52. cd pictures
  53. if not exist airplane.bmp pictures
  54. erase pictures.exe
  55. cd ..
  56. erase pictures.exe
  57. if exist notices.org attrib -r notices.org
  58. copy notices.txt notices.org
  59. attrib +r notices.org
  60. cls
  61. echo The program has been installed into the INTEGRA directory on this hard
  62. echo disk.  To run the program, move to that directory and run ULTIMATE.EXE.
  63. echo .
  64. echo .
  65. echo off
  66. cls
  67. echo To accomodate all its features, this Windows program is quite large.  To
  68. echo shorten transfer time as much as possible, this simple DOS batch file is
  69. echo used for installation.  Just follow the instructions.
  70. echo .
  71. echo .
  72. pause
  73. echo off
  74. cls
  75. echo Installing this program requires 2MB of free hard disk space.  If you're
  76. echo not absolutely SURE that much is free, press Control-C to abort; otherwise,
  77. pause
  78. echo off
  79. cls
  80. md \INTEGRA
  81. cls
  82. if exist \integra\sched.daf erase *.da*
  83. echo COPYING FILES...
  84. echo .
  85. copy j* \integra
  86. copy *.bmp \integra
  87. if not exist \integra\sched.daf copy *.d* \integra
  88. copy *.e* \integra
  89. copy *.g* \integra
  90. copy *.h* \integra
  91. copy *.i* \integra
  92. copy *.l* \integra
  93. copy *.t* \integra
  94. copy cities \integra
  95. if exist \integra\billpowr.exe goto STARTDEL
  96. cls
  97. echo Something went wrong during this installation.  Perhaps you have less free
  98. echo disk space than you thought.
  99. echo .
  100. echo INSTALLATION IS ABORTED!
  101. goto END
  102. :STARTDEL
  103. erase cities
  104. erase j*
  105. erase *.bmp
  106. erase *.d*
  107. erase *.e*
  108. erase *.g*
  109. erase *.h*
  110. erase *.i*
  111. erase *.l*
  112. erase *.t*
  113. cd\integra
  114. md pictures
  115. copy pictures.exe pictures
  116. cd pictures
  117. if not exist airplane.bmp pictures
  118. erase pictures.exe
  119. cd ..
  120. erase pictures.exe
  121. if exist notices.org attrib -r notices.org
  122. copy notices.txt notices.org
  123. attrib +r notices.org
  124. cls
  125. echo The program has been installed into the INTEGRA directory on this hard
  126. echo disk.  To run the program, move to that directory and run BILLPOWR.EXE.
  127. echo .
  128. echo .
  129. echo Before you run the program, however, it is recommended that you read the
  130. echo VENDINFO.DIZ file.  It contains instructions that lead you through the 
  131. echo process of placing the icon (or shortcut) for this program wherever you
  132. echo wish within your Windows system.  It will also document how to overcome
  133. echo some potential difficulties you may face in getting the most out of this
  134. echo software.
  135. echo .
  136. echo .
  137. echo Installation is complete.  Good luck.
  138. :END
  139. echo .
  140. echo .
  141.