home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PRINT / PRNT2V31.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-04-01  |  2KB  |  53 lines

  1. ECHO OFF
  2. CLS
  3. ECHO          ╓───────────────────────────────────────────╖
  4. ECHO          ║ This Batch program installs the PRINT2    ║
  5. ECHO          ║ Files onto your Hard Disk. All of the     ║
  6. ECHO          ║ PRINT2 files will be installed in the     ║
  7. ECHO          ║ root directory of your C Drive (C:\).     ║
  8. ECHO          ║ NOTE! See Documentation for installation  ║
  9. ECHO          ║ of PRINT2 on another Directory or Drive.  ║
  10. ECHO          ║ This will allow you to run the PRINT2     ║
  11. ECHO          ║ program from any drive, and any directory ║
  12. ECHO          ║ providing that your C:\ is in your Path   ║
  13. ECHO          ║ statement of the Autoexec.bat file. You   ║
  14. ECHO          ║ may have to check it.                     ║
  15. ECHO          ╙───────────────────────────────────────────╜
  16. PAUSE
  17. COPY PRINT2.* C:\
  18. COPY MADDOG.EXE C:\
  19. CLS
  20. C:
  21. CD \
  22. ECHO                     ****  Copy Complete ****
  23. ECHO   Next, You have to EDIT the PRINT2.CFG file with your Text editor.
  24. ECHO   In this file you enter your NAME, Type of Printer you are using,
  25. ECHO   and if a registered user, the KeyCode that is on the Letter that
  26. ECHO   came with your DISK.  (Name is CASE SeNSiTiVE).
  27. ECHO   You will modifying the First 3 lines of the PRINT2.CFG file.
  28. ECHO   Just follow the instructions given in the documentation, or in the
  29. ECHO   comment fields of the PRINT2.CFG file.
  30. ECHO   Attempting to Start your editor by this command:   EDIT PRINT2.CFG
  31. PAUSE
  32. EDIT PRINT2.CFG
  33. CLS
  34. ECHO                    ***  EDIT COMPLETE ?  ***
  35. ECHO      You should be all set to go!  Just make sure that C:\ is in your
  36. ECHO      Path statement so that you can use PRINT2 at any drive, any
  37. ECHO      directory.
  38. ECHO      You PATH statement in your AUTOEXEC.BAT is:
  39. PATH
  40. PAUSE
  41. ECHO     SUPPORT?   CALL MADDOG PRODUCTIONS BY MODEM!
  42. MADDOG.EXE
  43. DEL MADDOG.EXE
  44. CLS
  45. ECHO                  **** INSTALLATION COMPLETE  ****
  46. ECHO    Why not Print the PRINT2.DOC with PRINT2 to test it all out?
  47. ECHO                           ■     ■     ■
  48. ECHO    If you plan to MOVE the PRINT2 Files to a different directory,
  49. ECHO    You need to EDIT The AUTOEXEC.BAT file and add the SET PRINT2=
  50. ECHO    dr:\Path where the Program will be located. (See the Documentation)
  51. ECHO    This Version no longer requires the Program to be located in your
  52. ECHO    Root Directory as long as you use a SET PRINT2 statement.
  53.