|
⇤ ← Revision 1 as of 2012-01-11 05:53:22
Size: 564
Comment:
|
Size: 611
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| Creating spooled printers. | = Creating spooled printers. = Two symbolic links would have to be created, One for labels, one for reports. This symbolic link would be named the same as the subdirectory under company directory. |
| Line 3: | Line 4: |
| Two symbolic links would have to be created, One for labels, one for reports. This symbolic link would be named the same as the subdirectory under company directory. example prntlbl and prntrep (print label, print reports) | Example prntlbl and prntrep (print label, print reports) |
| Line 6: | Line 7: |
{{{ |
|
| Line 10: | Line 13: |
| ln -s prntdir prntrep | ln -s prntdir prntrep }}} In the menus, we can add (C)ommands |
| Line 12: | Line 16: |
| In the menus, we can add commands Print spooled labels prntlbl Print spooled reports prntrep |
{{{ Print spooled labels prntlbl Print spooled reports prntrep }}} |
Creating spooled printers.
Two symbolic links would have to be created, One for labels, one for reports. This symbolic link would be named the same as the subdirectory under company directory.
Example prntlbl and prntrep (print label, print reports)
We need the following created (we will use NTOPINES company as example)
mkdir /u/ccr.13/NTOPINES/prntlbl mkdir /u/ccr.13/NTOPINES/prntrep cd /u/ccr.13/binl ln -s prntdir prntlbl ln -s prntdir prntrep
In the menus, we can add (C)ommands
Print spooled labels prntlbl Print spooled reports prntrep
