Source: plotting/hs_plot__set_ps_spool.pro
hs_plot::set_ps_spool Set the spool command(s) for PS files. Usage: plid -> set_ps_spool, command Argument: command string The command to use to spool the command. The token %f is used to represent the filename; if the string ends with the & character, then the process will be run in the background. Keywords: eps If this key is set, then set the "spool" command for encapsulated PS files. printable If this key is set, then set the spool command for regular PS files. default If this key is set, then reset the spool command to the default value. Notes: If neither the eps or printable keywords is given then the current value of the encapsulated state of the PS device is used. The default commands are: Printable; "lp %f" on Unix, : Eps; "gv %f &". History: Original: 30/11/99; SJT Use resource file: 24/2/00; SJT Remove VMS support: 15/4/03; SJT