Technical data
Note
Do not put your custom setup modules in the standard DCPS$DEVCTL
library. Custom setup modules in DCPS$DEVCTL will be deleted if
you upgrade DECprint Supervisor software.
To create a library for setup modules, use the following command format:
$ LIBRARY/CREATE/TEXT SYS$COMMON:[SYSLIB]library-name.TLB
You supply the library-name, the name you give to the library.
The following command creates a new PostScript device control library, PS1,
for your customized PostScript setup modules:
$ LIBRARY/CREATE/TEXT SYS$COMMON:[SYSLIB]PS1.TLB
For more information, refer to the OpenVMS Command Definition, Librarian
and Message Utilities Manual.
7.4.1 Putting Setup Modules in Libraries
To insert a setup module into a device control library, use the following
command format:
$ LIBRARY/INSERT SYS$LIBRARY:library-name.TLB module-name
In the command line, you supply the following information:
library-name The name of the library
module-name The name of the setup module
The following command puts the PostScript setup module, CONFIDENTIAL.PS,
into your PostScript device control library, PS1.TLB, and names the setup
module CONFIDENTIAL:
$ LIBRARY/INSERT SYS$LIBRARY:PS1.TLB CONFIDENTIAL.PS
The following command puts the ANSI setup module, A4_PAGE.TXT, into
your ANSI device control library, ANSI1.TLB, and names the setup module
A4_PAGE:
$ LIBRARY/INSERT SYS$LIBRARY:ANSI1.TLB A4_PAGE.TXT
7–4 Creating Setup Modules and Device Control Libraries