home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / BF / BF025B.ZIP / INSTALL2.BAT < prev    next >
DOS Batch File  |  1990-02-01  |  3KB  |  97 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. ECHO                  Instructions for installing the program: 
  10. echo  
  11. ECHO         Create three ready-to-run disks (execute from drive B:)
  12. ECHO  Label three disks as follows:
  13. ECHO            Disk 1:  SALES-A   {--- This is the 'HELP' disk
  14. ECHO            Disk 2:  SALES-B   {--- This is the 'PROGRAM' disk.
  15. ECHO                                    Contains PROSPECT.EXE & PROSPECT.OVL
  16. ECHO            Disk 3:  SALESDOC  {--- This is the Tutorial 
  17. echo  
  18. PAUSE   
  19. CLS
  20. IF %2==1 GOTO FLOPINS1
  21. IF %2==2 GOTO FLOPINS2
  22. CLS
  23. ECHO  This floppy installation requires that you enter either a '1' or a '2',
  24. ECHO  following your 'GO F' instruction.
  25. GOTO END
  26. :FLOPINS2
  27. CLS   
  28. ECHO  Enter disk 2, SALES-B, into drive A now.
  29. ECHO  [it should still be in Drive A]
  30. PAUSE
  31. A:
  32. B:PKUNZIP -X B:SALE-C30.ZIP PROSPECT.OVL
  33. B:PKUNZIP -X B:SALE-C30.ZIP CALENDAR.EXE
  34. B:PKUNZIP -X B:SALE-C30.ZIP CALC.EXE
  35. CLS
  36. ECHO  Enter disk 3, SALESDOC, into drive A now.
  37. PAUSE 
  38. A:     
  39. B:PKUNZIP -X B:SALE-D30.ZIP
  40. GOTO FLOPDOC
  41. :FLOPDOC
  42. CLS 
  43. ECHO  Finished !
  44. ECHO  Disk  3,  the documentation and tutorial,  is not used while  the 
  45. ECHO  program  is  running.   It  contains a 200 page tutorial/reference file
  46. ECHO  and  can  be printed  out will this command:          
  47. ECHO                           COPY SALESDOC LPT1:  
  48. echo  
  49. ECHO  To start the program,:
  50. ECHO  Enter SALES-A, disk one, into drive A.
  51. ECHO  Enter SALES-B, disk two, into drive B.
  52. echo  
  53. ECHO  Then restart the computer and execute PROSPECT  {executed from B}
  54. GOTO END
  55. :FLOPINS1
  56. ECHO  Beginning with version 3.0 of this program, the executable files have
  57. ECHO  become so large that the low density option of 360KB is no longer supported.
  58. GOTO END
  59. :HARDINS1
  60. CLS
  61. ECHO                  Instructions for installing the program: 
  62. ECHO                       Hard drive install option:
  63. echo  
  64. ECHO  This procedure will finish installing all files onto 
  65. ECHO  your hard disk, drive %2.   It will split out or unarchive
  66. ECHO  all the files it needs from this single disk on drive A.
  67. echo  
  68. %2:
  69. CD \
  70. CD PROSPECT
  71. COPY A:PKUNZIP.EXE
  72. COPY A:SALE-C30.ZIP
  73. PKUNZIP -X SALE-C30.ZIP
  74. DEL SALE-C30.ZIP
  75. COPY A:SALE-D30.ZIP
  76. PKUNZIP -X SALE-D30.ZIP
  77. DEL SALE-D30.ZIP
  78. COPY A:SYSOP.TXT
  79. COPY A:USER.TXT
  80. CLS
  81. ECHO  SALESDOC is the documentation and tutorial. It  contains a 200 page
  82. ECHO  tutorial/reference book and  can  be  printed  out with this command: 
  83. ECHO                         COPY SALESDOC LPT1:
  84. echo  
  85. ECHO  In the SALESDOC file are 6 tutorials, preceded by:
  86. echo  
  87. ECHO                        Preface to the Tutorials
  88. echo  
  89. ECHO  If you read this two page Preface first, you will have a good conceptual
  90. ECHO  overview of the program.
  91. echo  
  92. ECHO           GO     {==== these two letters, "GO" will execute the
  93. ECHO                          main program, PROSPECT.EXE
  94. GOTO END
  95. :END
  96. echo  
  97.