This is the mail archive of the cygwin@sourceware.cygnus.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]

RE: lp/lpr for cygwin?


FYI,

My lpr script is slightly different:

#!/bin/sh
cat $1 > lpt1

Also, since I don't have a local printer connected to lpt1, 
I had to setup a network printer:

    net use lpt1: \\printserver\printersharename

for example:

    net use lpt1: \\sol\HPLJet5SiPS

Also, I use enscript to be able to pretty print source files.

Hope this helps,

Kevin

>-----Original Message-----
>From: cygwin-owner@sourceware.cygnus.com
>[mailto:cygwin-owner@sourceware.cygnus.com]On Behalf Of James Dumser
>Sent: Thursday, November 04, 1999 10:14 AM
>To: cygwin@sourceware.cygnus.com
>Subject: Re: lp/lpr for cygwin?
>
>
>On Wed, 03 Nov 1999 22:49:28 -0600, Divya Sundaram 
><divya1@engineer.com>
>wrote:
>> If you install the Microsoft TCP/IP Printing service from
>> the Windows NT 4.0 CD, you should get an lpr.exe.
>
>Or you can do something like this:
>
>--------- lpr ---------
>#!/bin/sh
>cat > lpt1
>-----------------------
>
>(If you're using network printers, you'll have to arrange to have lpt1:
>point to the right printer first.)
>
>-- 
>James Dumser  dumser@bigfoot.com
>
>--
>Want to unsubscribe from this list?
>Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>
>

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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