Hi, Where is the location of the file_printed.ps when I click "print to file". []'s -- Savio M. Ramos - Arquiteto Rio de Janeiro ICQ174972645 Debian-br#705 test/unstable
Savio Ramos wrote:> Hi, > > Where is the location of the file_printed.ps when I click "print to file". >It goes to a file named tmp.ps (as determined by the spooler entry in ~/.wine/config) and nomrally goes in the directory the application was started in.
On Fri, 03 Oct 2003 12:56:18 -0700 Duane Clark <dclark@akamail.com> wrote:> Savio Ramos wrote: > > Hi, > > > > Where is the location of the file_printed.ps when I click "print to file". > > > > It goes to a file named tmp.ps (as determined by the spooler entry in > ~/.wine/config) and nomrally goes in the directory the application was > started in.Look to my ~/.wine/config: [spooler] "LPT1:" = "|lpr" "LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -" "LPT3:" = "/dev/lp3" Can I edit it to change? Like this: [spooler] "LPT1:" = "~/some_directory" -- Savio M. Ramos - Arquiteto Rio de Janeiro ICQ174972645 Debian-br#705 test/unstable
I deleted the email, but someone was talking about changing the printers options to point to a file. the example that goes to /dev/lpd or whatever is going directly to the printer, it's not a real file the example with "|gs --options file=" is to send the information into ghostscript, which deals with postscript files and the like. the pipe ( shown by the | symbol) to gs means that the information is given to ghostscript, and the other options there looked like it had a temporary file to save to. have a bit more of a look at that, as it seems to be what you were after HTH adam -- What does the 'it' mean in "What time is it?"?