home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / BUSI / COLLECTR.ZIP / INSTALL3.BAT < prev    next >
DOS Batch File  |  1991-12-09  |  1KB  |  65 lines

  1. Echo off
  2. IF NOT EXIST INPUT.COM GOTO WRONGDR
  3. ECHO OFF
  4. IF %1==F GOTO FLOPINS
  5. IF %1==H GOTO HARDINS1
  6. CLS
  7. GO3
  8. :FLOPINS
  9. ECHO OFF
  10. CLS
  11. IF %2==1 GOTO FLOPINS1
  12. IF %2==2 GOTO FLOPINS2
  13. CLS
  14. ECHO  This floppy installation requires that you enter either a '1' or a '2',
  15. ECHO  following your 'GO F' instruction.
  16. GOTO END
  17. :FLOPINS2
  18. CLS   
  19. ECHO  Enter disk 2, SALES-B, into drive A now.
  20. ECHO  [it should still be in Drive A]
  21. PAUSE
  22. %3
  23. B:PKUNZIP -X B:COLL-C41.ZIP PROGRAM.OVL
  24. B:PKUNZIP -X B:COLL-C41.ZIP *.FRM
  25. CLS
  26. ECHO  Enter disk 3, SALESDOC, into drive A now.
  27. PAUSE 
  28. %3     
  29. B:PKUNZIP -X B:COLL-D41.ZIP SALESDOC
  30. GOTO FLOPDOC
  31. :FLOPDOC
  32. CLS 
  33. GOTO END
  34. :FLOPINS1
  35. ECHO  Beginning with version 3.0 of this program, the executable files have
  36. ECHO  become so large that the low density option of 360KB is no longer supported.
  37. GOTO END
  38. :HARDINS1
  39. CLS
  40. %2:
  41. CD \
  42. CD COLLECT.ACS
  43. COPY %3COLL-D41.EXE >TMP
  44. COLL-D41
  45. DEL COLL-D41.EXE
  46. COPY GO-%2.BAT GO.BAT
  47. COPY %3YESNO.COM >TMP
  48. COPY %3ECOH.COM >TMP
  49. CLS
  50. %3
  51. CLS
  52. INSTALL4 H %2 %3
  53. GOTO END 
  54. :WRONGDR
  55. CLS
  56. echo  
  57. echo  
  58. ECHO Though nothing could be simpler than this install procedure, it does   
  59. echo require that you enter the drive name, such as 'A:' or 'B:', followed
  60. echo by the 'Enter' key.  After that, please enter 'GO' again.
  61. echo  
  62. GOTO END
  63. :END
  64. echo  
  65.