home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / ARCH_F41.ZIP / INSTALL3.BAT < prev    next >
DOS Batch File  |  1991-12-20  |  1KB  |  64 lines

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