Produced by IDL 7.1.1
User Documentation

./contrib
setprinter.pro

Last modification date:
Wed Sep 28 13:27:15 2016

setprinter

procedure setprinter[, printer], [domain=string]

A brute force method for setting the printer name. This procedure will need to be modified if the printer names or locations change. Also it will need to be modified to make it work for sites other than NRAO-GB and NRAO-CV.

Contributed By: Jim Braatz, NRAO-CV

Examples
   setprinter               ; attempts to determine the domain name
                            ;    and then gives the user a choice from
                            ;    a harcoded list of printers
   setprinter,'lp'          ; sets the printer name directly
   setprinter,domain='cv'   ; sets the domain name and then gives
                            ;    the user a choice of printers
 
version $Id$

Parameters
printer
in, optional
string
printer name

Keywords
domain
in, optional
string
domain


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:49 2016