This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: printing from within Cygwin


Fred,

I asked about your version of lpr because there are versions out there other
than the one that comes in the cygutils package. The version that comes with
cygutils supports the -P option to define the printer device (-d is an alias
for -P). It also supports the PRINTER environment variable. So, for example,
you can add the line

export PRINTER=\\\\computer_name\\printer_share_name

in your .bash_profile (or /etc/profile or your native NT environment or ...) to
set your default printer. You can also set up your own name for a local or
remote printer when you set it up via the normal NT mechanisms, then use that
name as the value of your printer environment variable. That's what I do --
that way I don't have to fool with the backslashes.

BTW, I have an updated version of lpr that supports forward slashes in the
printer name as well as some support for lpt1 type device names. I'm just
waiting for Chuck to get back to get it into the next release of cygutils.

--Rick
--- Fred_Smith@computrition.com wrote:
> Rick, thanks for the reply.
> 
> At the moment I'm using NT4.x. In the future it could be nearly anything,
> but I'm going to try to constrain it to nothing less than NT 4.x.
> 
> I'm using whatever the lpr command is that I got when I installed cygwin, I
> don't see any options anywhere to change that. In fact I don't even see lpr
> listed in any of the cygwin info on the web page, so I'm not at all sure
> what it is.
> 
> 'which lpr' shows /usr/bin/lpr
> and "ls -l /usr/bin/lpr" shows lpr.exe to be 7680 bytes.
> 
> As to which printer, I'd like to (at a minimum) be able to print to the
> NT-defined default printer, but better would be to figure out how lpr maps
> into windows printers so I can tell it which printer to actually use.
> 
> As you may be able to tell I'm not real familiar with either Cygwin, or
> NT., so the NT printing susbystem is largely a black hole to me.
> 
> 
> 
> 
> 
> Rick Rankin <rick_rankin@yahoo.com> on 08/30/2002 03:21:51 PM
> 
> To:   Fred Smith/Computrition, cygwin@cygwin.com
> cc:
> Subject:  Re: printing from within Cygwin
> 
> 
> 
> 
> Which lpr are you using, which OS (9x or NT/2K/XP), and are you trying to
> print
> to a locally attached or a network printer?
> --Rick
> --- Fred_Smith@computrition.com wrote:
> > Trying to figure out how to print from a Cywin (console) app.
> >
> > Porting a Linux app to cygwin. On Linux it uses popen() to pipe output to
> a
> > shellscript which in turn cats its input to lpr (it may do other things,
> > and may transform the data, but that's the ultimate goal).
> >
> > trying to figure out how to do something akin to that under cygwin.
> >
> > Invoking "lpr <filename>" at the command prompt comes back with an error
> > message:
> >
> >      can't open 'prn' for writing.
> >
> >
> > Advice would be appreciated. (I hope you're not going to tell me I need
> to
> > learn all about the innards of windoze printing!)
> >
> > Thanks!
> >
> > Fred
> >
> >
> >
> > --
> > Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> > Bug reporting:         http://cygwin.com/bugs.html
> > Documentation:         http://cygwin.com/docs.html
> > FAQ:                   http://cygwin.com/faq/
> >
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Finance - Get real-time stock quotes
> http://finance.yahoo.com
> 
> 
> 
> 
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]