home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / WORD / BREEZE41.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-02-05  |  4KB  |  107 lines

  1. echo off
  2. echo **************** BREEZE INSTALLATION ********************
  3. echo ---
  4. echo Make sure that the BREEZE installation disk is in Drive A:
  5. pause
  6. a:
  7. echo ---
  8. is drives > nul
  9. if errorlevel 3 goto ugoth
  10. if errorlevel 2 goto twin
  11. rem single floppy machine
  12. echo - Installing to a single floppy drive system -
  13. echo ---
  14. echo You will need three blank 360k formatted floppy disks.
  15. echo Two disks are needed for the Breeze files, and the third
  16. echo one is used during the installation process.
  17. echo ---
  18. echo Have a blank formatted disk ready and insert it into the
  19. echo drive when asked to insert the disk for drive b:  Label this
  20. echo disk "Breeze Disk 1".  This will be your main Breeze disk.
  21. pause
  22. pkunzip breeze41 breeze.* brzman.exe readme.1st brzexmpl.txt brzupdat.doc brzmerge.exe brzprint.exe register.frm b:
  23. echo Installation of Breeze disk 1 complete
  24. pause
  25. echo Have a blank formatted disk ready and insert it into the
  26. echo drive when asked to insert the disk for Drive B:  This
  27. echo will hold temporary files used during installation.
  28. echo Label this disk "Temporary files" if you have a short memory.
  29. pkunzip breeze41 brzuts41.exe b:
  30. echo Installation of temporary files complete
  31. echo ---
  32. pause
  33. echo Have the third blank formatted disk ready to insert into
  34. echo the drive when asked to insert the disk for Drive B:.
  35. echo Label this disk "Breeze Disk 2".  This will be your
  36. echo Breeze utilities disk.
  37. pause
  38. copy install.bat b:
  39. echo Now place this "Breeze Disk 2" into Drive A: if it is not already
  40. echo there.  Also have the file containing temporary files ready to insert
  41. echo into the drive when asked to insert the disk for Drive B:
  42. pause
  43. b:brzuts41
  44. echo Installation of utilities disk (Breeze disk 2) complete
  45. goto curd
  46. :twin
  47. rem twin-floppy machine
  48. echo - Installing to twin floppy drive -
  49. echo ---
  50. echo You will require two blank formatted 360k floppy disks.
  51. echo Insert a blank formatted disk into Drive B:.  This will be
  52. echo for temporary files used during the installation process.
  53. pause
  54. pkunzip breeze41 brzuts41.exe b:
  55. copy install.bat b:
  56. echo Now remove the BREEZE installation disk from Drive A:
  57. echo and move the disk in Drive B: (with the temporary files)
  58. echo into Drive A:.  Now place the second blank floppy disk into
  59. echo Drive B:.  This will become your Breeze Utilities disk.
  60. pause
  61. b:
  62. a:brzuts41
  63. echo
  64. echo Installation of utilities disk complete
  65. echo ---
  66. echo Remove the utilities disk from Drive B: and place the BREEZE
  67. echo installation disk this time into Drive B:
  68. echo Leave the disk containing the temporary files in Drive A:
  69. pause
  70. a:
  71. del brzuts41.exe
  72. b:pkunzip b:breeze41 breeze.* brzman.exe readme.1st brzexmpl.txt brzupdat.doc brzmerge.exe brzprint.exe register.frm a:
  73. echo ---
  74. echo The disk in Drive A: is now your main Breeze disk
  75. echo ---
  76. goto curd
  77. :ugoth
  78. rem hard disk present
  79. echo - Installing to hard disk -
  80. echo ---
  81. echo A directory on Drive C: called C:\BREEZE will be created if
  82. echo it does not already exist and the BREEZE files will be
  83. echo uncompressed into that directory.
  84. echo About 500 kb of disk space is required on Drive C:
  85. echo Press Ctrl-C now if you do not wish to proceed.
  86. pause
  87. if exist c:\breeze\nul goto skip
  88. mkdir c:\breeze
  89. :skip
  90. a:
  91. pkunzip breeze41.zip c:\breeze
  92. c:
  93. cd c:\breeze
  94. if exist breeze.dct del breeze.dct
  95. if exist breeze.hlp del breeze.hlp
  96. if exist colours.exe del colours.exe
  97. if exist breeze.dat del breeze.dat
  98. echo Uncompressing Breeze utilities
  99. brzuts41
  100. del brzuts41.exe
  101. :curd
  102. echo ---
  103. echo INSTALLATION COMPLETE
  104. echo ---
  105.  
  106.  
  107.