home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 15 / novell-nsepro-1992-vol15.iso / download / lwppri.txt < prev    next >
Text File  |  1992-09-04  |  2KB  |  46 lines

  1. [%-t will print in controller mode:
  2.         
  3.     echo "printing $1..."
  4.     echo "\033[5i"
  5.     cat $1
  6.     echo "\033[4i"
  7.     
  8.     Select correct printer port, parity, lines/inch, CPL in tnvt220 printer 
  9.     setup (alt-s).  Leave the Print Mode as Normal because the shell
  10.     script puts you into controller mode anyway.
  11.     
  12.     Note: This does not work with VT100. If certain versions of echo do not work - 
  13.      try using a System V version.
  14.     
  15.     The script can be modified for other emulation modes (3rd party
  16.     emulators) by changing the escape sequences. 
  17.     
  18.     b) From Host Presenter use the same batch file.
  19.     And call into Tech Support for EV4 (800-NETWARE)   
  20.  
  21.  
  22. 2.)  Remote Printing.
  23.     printer attached to a remote host/Netware File Server
  24.  
  25.     a) From DOS to a remote host use RPR.
  26.        This is documented in both manuals with the setup in Chapter 6
  27.        of the Admin Guide.  The idea is that you open a shell on
  28.        the remote host and execute a print command as if you were
  29.        logged on there.  You return to DOS as soon as the job has been
  30.        sent to the print queue.
  31.  
  32.     b) From the remote host to a NetWare print queue:
  33.        Route the file from the remote host to your PC using the
  34.        shell script above and from there it will be sent directly
  35.        to the Netware file server.  You must check that your default
  36.        printer on the remote host corresponds to the right one on
  37.        your PC.  For example, if you print to LPT1 from DOS, use Alt-s
  38.        with tnvt220 to see that Printer is set to LPT1.  In Host 
  39.        Presenter look at the default printer under the Windows Control
  40.        Panel.
  41.  
  42.        The cleaner, more expensive option is to get NetWare NFS or 
  43.        FLEXIP for your NetWare file server so that jobs can be sent there
  44.        directly from the remote host.
  45.  
  46. pqrsuvwxyz{|}~this shell script wi