home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT213.ZIP / IMSETUP.BAT < prev    next >
DOS Batch File  |  1992-02-22  |  4KB  |  71 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. ECHO .
  33. ECHO ╔═════════════════════════════════════════════════════════════════════╗
  34. ECHO ║                                                                     ║
  35. ECHO ║   Extraction and copying of files to directory \IMAST is complete!  ║
  36. ECHO ║   ────────────────────────────────────────────────────────────────  ║
  37. ECHO ║                                                                     ║
  38. ECHO ║ To locate these files enter these commands:                         ║
  39. ECHO ║  %IMD%                                                                 ║
  40. ECHO ║  CD \IMAST                                                          ║
  41. ECHO ║                                                                     ║
  42. ECHO ║ To install, just enter the command: SETUPIM                         ║
  43. ECHO ║                                                                     ║
  44. ECHO ║ If you have already installed Integrity Master, simply copy IM.EXE  ║
  45. ECHO ║ and SETUPIM.EXE to any disk or diskette where you've placed these   ║
  46. ECHO ║ files. For most people, this means just copying IM.EXE to your      ║
  47. ECHO ║ IM boot diskette.                                                   ║
  48. ECHO ║                                                                     ║
  49. ECHO ╚═════════════════════════════════════════════════════════════════════╝
  50. goto end
  51. :HELP
  52. cls
  53. ECHO ╔════════════════════════════════════════════════════════════════════════╗
  54. ECHO ║ Thank you for evaluating Integrity Master(tm), the fastest and most    ║
  55. ECHO ║ powerful data integrity and anti-virus software available at any price!║
  56. ECHO ╟────────────────────────────────────────────────────────────────────────╢
  57. ECHO ║ To decompress and copy the IM files,  change to the disk containing    ║
  58. ECHO ║ your new files and type "IMSETUP d:" where d is the disk you would     ║
  59. ECHO ║ like the files to be copied to.   For example, to install on disk C:   ║
  60. ECHO ║ with your files on disk A:, enter the following commands:              ║
  61. ECHO ║        A:                                                              ║
  62. ECHO ║        IMSETUP C:                                                      ║
  63. ECHO ║ IMSETUP will then create a directory called \IMAST on disk C: and      ║
  64. ECHO ║ extract the IM  files into this directory.                             ║
  65. ECHO ║                                                                        ║
  66. ECHO ║ (You can also do this manually by executing I-MAST.)                   ║
  67. ECHO ╚════════════════════════════════════════════════════════════════════════╝
  68. :end
  69. SET IMD=
  70.  
  71.