home *** CD-ROM | disk | FTP | other *** search
- ============================ PrintHandler ============================
- ======================================================================
- PrintHandler is © Copyright 1989, 1990 by MXM, all rights reserved,
- written by Olaf Barthel. No guarantees of any kind are made that this
- program is 100% reliable. Use this program on your own risk!
-
- =============================== Usage ================================
- ======================================================================
- This is a replacement for the standard AmigaDOS PRT: device driver.
- Other than the original device, data spooling and single pages are
- handled correctly. To install the handler execute the following
- steps:
-
- Copy Print-Handler to your L: directory.
-
- Copy mxm.library to your LIBS: directory.
-
- Append the following lines to your DEVS:MountList:
-
- PRT: Handler = L:Print-Handler
- Stacksize = 6000
- Priority = 5
- GlobVec = -1
- #
-
- Append the following lines to your S:Startup-Sequence:
-
- Assign PRT: REMOVE
- Mount PRT:
-
- The next time you reboot, the new Print-Handler will take care of the
- data flow between your Amiga and the printer.
-
- =============================== Author ===============================
- ======================================================================
- This program was written by Olaf Barthel of MXM, send contributions,
- flames, bug reports, etc. to:
-
- Olaf Barthel, MXM
- Brabeckstrasse 35
- D-3000 Hannover 71
-
- Federal Republic of Germany
-
- ============================== Credits ===============================
- ======================================================================
- The skeleton handler code was written by Philip Lindsay of
- Commodore-Amiga, Inc.
-