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?


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


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