home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / finance / ctrl-41b.zip / INSTALL2.BAT < prev    next >
DOS Batch File  |  1991-08-14  |  2KB  |  73 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-C41.ZIP PROSPECT.OVL
  22. B:PKUNZIP -X B:SALE-C41.ZIP *.FRM
  23. CLS
  24. ECHO  Enter disk 3, SALESDOC, into drive A now.
  25. PAUSE 
  26. A:     
  27. B:PKUNZIP -X B:SALE-D41.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 continue the installation of files 
  51. ECHO  onto your hard disk, drive %2. 
  52. echo  
  53. %2:
  54. CD \
  55. CD PROSPECT
  56. COPY A:SALE-C41.EXE >TMP
  57. SALE-C41
  58. DEL SALE-C41.EXE
  59. COPY A:YESNO.COM >TMP
  60. COPY A:ECOH.COM >TMP
  61. CLS
  62. A:
  63. CLS
  64. echo  
  65. ECOH  Insert the third disk now into drive A.
  66. echo  
  67. ECHO  Enter or type this command on the third disk:
  68. echo  
  69. ECHO                      GO3
  70. echo  
  71. :END
  72. echo  
  73.