home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / ic31_2.zip / INSTALL2.BAT < prev    next >
DOS Batch File  |  1990-12-23  |  3KB  |  136 lines

  1. ECHO OFF
  2. IF %1==F GOTO FLOPINS
  3. IF %1==H GOTO HARDINS1
  4. CLS
  5. GO2
  6. :FLOPINS
  7. ECHO OFF
  8. CLS
  9. IF %2==1 GOTO FLOPINS1
  10. IF %2==2 GOTO FLOPINS2
  11. CLS
  12. ECHO  This floppy installation requires that you enter either a '1' or a '2',
  13. ECHO  following your 'GO F' instruction.
  14. GOTO END
  15. :FLOPINS2
  16. CLS   
  17. ECHO  Enter disk 2, SALES-B, into drive A now.
  18. ECHO  [it should still be in Drive A]
  19. PAUSE
  20. A:
  21. B:PKUNZIP -X B:SALE-C31.ZIP PROSPECT.OVL
  22. B:PKUNZIP -X B:SALE-C31.ZIP *.FRM
  23. CLS
  24. ECHO  Enter disk 3, SALESDOC, into drive A now.
  25. PAUSE 
  26. A:     
  27. B:PKUNZIP -X B:SALE-D31.ZIP SALESDOC
  28. GOTO FLOPDOC
  29. :FLOPDOC
  30. CLS 
  31. ECHO  Finished !
  32. ECHO  Disk  3,  the documentation and tutorial,  is not used while  the 
  33. ECHO  program  is  running.   It  contains a 60 page tutorial
  34. ECHO  and  can  be printed  out will this command:          
  35. ECHO                           COPY SALESDOC LPT1:  
  36. echo  
  37. ECHO  To start the program,:
  38. ECHO  Enter SALES-A, disk one, into drive A.
  39. ECHO  Enter SALES-B, disk two, into drive B.
  40. echo  
  41. ECHO  Then restart the computer and execute GO      {executed from B}
  42. GOTO END
  43. :FLOPINS1
  44. ECHO  Beginning with version 3.0 of this program, the executable files have
  45. ECHO  become so large that the low density option of 360KB is no longer supported.
  46. GOTO END
  47. :HARDINS1
  48. CLS
  49. echo  
  50. ECHO  This procedure will finish installing all files onto 
  51. ECHO  your hard disk, drive %2. 
  52. echo  
  53. %2:
  54. CD \
  55. CD PROSPECT
  56. COPY A:PKUNZIP.EXE >TMP
  57. COPY A:SALE-C31.ZIP >TMP
  58. PKUNZIP -X SALE-C31.ZIP
  59. DEL SALE-C31.ZIP
  60. COPY A:SALE-D31.ZIP >TMP
  61. PKUNZIP -X SALE-D31.ZIP
  62. COPY GO-%2.BAT GO.BAT
  63. DEL SALE-D31.ZIP
  64. COPY A:YESNO.COM >TMP
  65. COPY A:ECOH.COM >TMP
  66. CLS
  67. echo  
  68. ECOH ══════════    Tutorial for program    ══════════
  69. echo  
  70. ECHO  SALESDOC is the 6 chapter, 60 page tutorial.
  71. ECHO  Would you like to print it out now?
  72. echo  
  73. :YESNO
  74. YESNO
  75. CLS
  76. IF ERRORLEVEL 89 IF NOT ERRORLEVEL 90 GOTO YESNEXT
  77. IF ERRORLEVEL 78 IF NOT ERRORLEVEL 79 GOTO YESPREF
  78. GOTO YESNO
  79. :YESNEXT
  80. CLS
  81. ECHO Please make sure your printer is now turned on and set
  82. ECHO to the 'top of form'. Then press any key to continue.
  83. echo  
  84. PAUSE
  85. CLS
  86. echo  
  87. echo  
  88. ECOH ══════════ Now printing 6 chapter tutorial ══════════
  89. COPY SALESDOC LPT1:
  90. CLS
  91. GOTO YES1
  92. :YESPREF
  93. CLS
  94. echo  
  95. ECOH ══════════    Preface to Tutorial  ══════════
  96. echo  
  97. ECHO  Since you elected not to print SALESDOC,
  98. ECHO  Would you like to print the 3 page Preface to the Tutorials instead?
  99. echo  
  100. :YES2
  101. YESNO
  102. CLS
  103. IF ERRORLEVEL 89 IF NOT ERRORLEVEL 90 GOTO YES3
  104. IF ERRORLEVEL 78 IF NOT ERRORLEVEL 79 GOTO YES1
  105. GOTO YES2
  106. :YES3
  107. CLS
  108. echo  
  109. echo  
  110. ECOH ══════════   Printing Preface to Tutorial  ══════════
  111. echo  
  112. COPY PREFACE.TXT LPT1: >TMP
  113. GOTO YES1
  114. :YES1
  115. CLS
  116. echo  
  117. echo  
  118. echo  
  119. ECOH ══════════ Free memory available for program ══════════
  120. echo  
  121. ECHO The program must have 500 kb free memory. Observe the next 
  122. ECHO 'bytes are free.' message below.  If below 500k, then
  123. ECHO enter a 'CONTROL-C' now to stop and remove any memory resident
  124. ECHO programs.  Otherwise enter any other key to continue.
  125. echo  
  126. echo  
  127. MEMORY
  128. echo  
  129. echo  
  130. PAUSE
  131. CLS
  132. GO
  133. GOTO END
  134. :END
  135. echo  
  136.