home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / maj / 1842 / imsetup.bat < prev   
DOS Batch File  |  1994-02-09  |  5KB  |  84 lines

  1. echo off
  2. IF NOT EXIST I_M221.ZIP GOTO HELP
  3. CLS
  4. ECHO ╔═══════════════════════════════════════════════════════════════════════╗
  5. ECHO ║             Welcome to Integrity Master (tm)  v2.21                   ║
  6. ECHO ║        the complete data integrity and anti-virus system.             ║
  7. ECHO ║            ~~~~~~~~                                                   ║
  8. ECHO ║         * * Copyright 1990-1994, by Wolfgang Stiller * *              ║
  9. ECHO ║                                                                       ║
  10. ECHO ║  The full set of Integrity Master files is in a single PKzipped       ║
  11. ECHO ║  archive called "I_M221.ZIP".  Please distribute Integrity            ║
  12. ECHO ║  Master in the form of this archive.                                  ║
  13. ECHO ║                                                                       ║
  14. ECHO ║  This batch file is about to execute program UNZIP to extract these   ║
  15. ECHO ║  files. (You can also use PKUNZIP for this purpose.)                  ║
  16. ECHO ╚═══════════════════════════════════════════════════════════════════════╝
  17. PAUSE
  18. CLS
  19. SET IMD=%1
  20. if "%1" == "" goto Cinst
  21. goto NotCinst
  22. :CINST
  23. SET IMD=c:
  24. :NotCinst
  25. ECHO ╔════════════════════════════════════════════════════════════════════════╗
  26. ECHO ║ We are about to create a directory called \IMAST on your disk %IMD% and   ║
  27. ECHO ║ copy your Integrity Master files into this directory.  If you'd like   ║
  28. ECHO ║ to copy these files elsewhere, enter "IMSETUP d:" where d is the disk  ║
  29. ECHO ║ you would like the files to be copied to.                              ║
  30. ECHO ║                                                                        ║
  31. ECHO ║(You can also do this manually by using UNZIP to extract I_M221.ZIP.)   ║
  32. ECHO ║                                                                        ║
  33. ECHO ║ Please hit Control/Break to abort, if you don't want to continue.      ║
  34. ECHO ║                                                                        ║
  35. ECHO ╚════════════════════════════════════════════════════════════════════════╝
  36. ECHO .
  37. PAUSE
  38. MD %IMD%\IMAST
  39. COPY unzip.exe %IMD%\IMAST
  40. COPY I_M221.zip %IMD%\IMAST
  41. %IMD%
  42. CD \IMAST
  43. UNZIP I_M221
  44. DEL unzip.*
  45. DEL *.ZIP
  46. ECHO .
  47. ECHO ╔═════════════════════════════════════════════════════════════════════╗
  48. ECHO ║                                                                     ║
  49. ECHO ║   Extraction and copying of files to directory \IMAST is complete!  ║
  50. ECHO ║   ────────────────────────────────────────────────────────────────  ║
  51. ECHO ║                                                                     ║
  52. ECHO ║ To finish the installation, just enter the command: SETUPIM         ║
  53. ECHO ║                                                                     ║
  54. ECHO ║ If you have already installed Integrity Master, simply copy IM.EXE  ║
  55. ECHO ║ and SETUPIM.EXE to any disk or diskette where you've placed these   ║
  56. ECHO ║ files. For most people, this means just copying IM.EXE to your      ║
  57. ECHO ║ IM boot diskette.                                                   ║
  58. ECHO ╟─────────────────────────────────────────────────────────────────────╢
  59. ECHO ║ To locate your IM files in the future, enter these commands:        ║
  60. ECHO ║  %IMD%                                                                 ║
  61. ECHO ║  CD \IMAST                                                          ║
  62. ECHO ╚═════════════════════════════════════════════════════════════════════╝
  63. goto end
  64. :HELP
  65. cls
  66. ECHO ╔════════════════════════════════════════════════════════════════════════╗
  67. ECHO ║ Thank you for evaluating Integrity Master(tm), the fastest and most    ║
  68. ECHO ║ powerful data integrity and anti-virus software available at any price!║
  69. ECHO ╟────────────────────────────────────────────────────────────────────────╢
  70. ECHO ║ To decompress and copy the IM files,  change to the disk containing    ║
  71. ECHO ║ your new files and type "IMSETUP d:" where d is the disk you would     ║
  72. ECHO ║ like the files to be copied to.   For example, to install on disk C:   ║
  73. ECHO ║ with your files on disk A:, enter the following commands:              ║
  74. ECHO ║        A:                                                              ║
  75. ECHO ║        IMSETUP C:                                                      ║
  76. ECHO ║ IMSETUP will then create a directory called \IMAST on disk C: and      ║
  77. ECHO ║ extract the IM  files into this directory.                             ║
  78. ECHO ║                                                                        ║
  79. ECHO ║ (You can also do this manually by unzipping I_M221.ZIP)                ║
  80. ECHO ╚════════════════════════════════════════════════════════════════════════╝
  81. :end
  82. SET IMD=
  83.  
  84.