home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.96 / text0669.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  1.8 KB  |  38 lines

  1. >>>>> "Donald" == Donald Burr <d_burr@ix.netcom.com> writes:
  2.  
  3.     Donald> Now, on to my question.  Is it possible to switch printing
  4.     Donald> modes "on the fly"?  What I mean is this: Normally, I have
  5.     Donald> my Executor print directly to my PostScript printer.  This
  6.     Donald> makes sense, since I when I choose "print" I usually mean
  7.     Donald> to print something.  HOWEVER, sometimes I'd like to
  8.     Donald> generate a Postscript file -- for example, when I want to
  9.     Donald> FAX my resume to a prospective employer, I have to
  10.     Donald> generate a PostScript file which I can then send through
  11.     Donald> the Hylafax program (which expects PostScript files on
  12.     Donald> input).  I have to do this by quitting Executor (thus
  13.     Donald> interrupting my work, etc.) and running it with the
  14.     Donald> "-printer" switch to tell it to print to a file.  It would
  15.     Donald> be nice to be able to do this while running Executor,
  16.     Donald> either by a configuration option, a hot-key, or a holding
  17.     Donald> down a special key while choosing the "Print" command
  18.     Donald> (say, if you hold down Clover-LeftShift while choosing
  19.     Donald> Print, it'll print to a file).
  20.  
  21.     Donald> I primarily need this feature in the Linux version fo
  22.     Donald> Executor, however it might be useful for the DOS folks
  23.     Donald> too(?).
  24.  
  25.     Donald> Is this possible?  If not, is it feasible enough to add
  26.     Donald> this feature?  Please let me know.  Thanks!
  27.  
  28. There's no built in way to do this.  However, under Linux Executor
  29. will pipe the printer output through a script called
  30. "executor_filter".  You could write your own executor_filter script
  31. that either sends the output to a printer or to a file, depending on
  32. something you can toggle while Executor is running, e.g. the presence
  33. or absence of a magic "use_printer" file.  It's a hack, I know, but it
  34. should work.
  35.  
  36. -Mat
  37.  
  38.