Technical data
DCW1000_DISPLAY
DCW1000_ENHANCED
DCW1000_HIGHRES
LPS$$APPLE360_INITPSDEVICE
LPS$$APPLE360_SETINPUTTRAY
RES_1200X1200
RES_1200X600
Note
Do not modify any of the setup modules or the device control library.
Some setup modules are created only for certain printers. Those setup modules
have the printer name as part of their file name. For instance, the setup
module DL3500_RET_DARK is intended for the DEClaser 3500 printer.
Note
Do not change the contents of the standard supplied device control
library.
7.2.1 Locating Custom Setup Modules
Custom setup modules go in special device control libraries, which are required
to be .TLB (text library) files located in SYS$LIBRARY. The following command
lists all of the text libraries in SYS$LIBRARY. To determine what subset of
these are special device control libraries used with DCPS, correlate the .TLB
file names with the libraries and library search lists associated with the
/LIBRARY qualifier for your system’s DCPS print queues.
$ DIRECTORY SYS$LIBRARY:*.TLB
7.2.2 Displaying the Contents of a Setup Module
To see the instructions that a setup module contains, do the following:
1. Extract the setup module from the device control library. The following
example extracts the setup module DI_ON from DCPS$DEVCTL.TLB and
renames it MYSETUP.TXT in the user’s directory:
$ LIBRARY/EXTRACT=(DI_ON)/OUT=MYSETUP SYS$LIBRARY:DCPS$DEVCTL.TLB
2. Type or edit the setup module to display its contents:
$ TYPE MYSETUP.TXT
7–2 Creating Setup Modules and Device Control Libraries