home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / virusers / i-m123.arj / IMSETUP.BAT < prev   
DOS Batch File  |  1992-07-14  |  5KB  |  90 lines

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