Re: print on cygwin command window with gfortran?

2009-05-09 Thread Dave Korn
Gus K wrote: > I use gfortran on cygwin and i want to print in the command window (like it > prints in windows) > i use the usual stuff: > > WRITE(6,*) 'Give a number:' > > or > > PRINT(6,*) 'Give a number:' > > but the execution completes without any printing.. > > What is wrong? It's a pr

RE: Print

2008-08-15 Thread Stepp, Charles
Here's a little script I use to send to an HP printer. You can pipe into it. #!/usr/bin/ksh # -- if [[ $# -gt 0 ]] then /usr/bin/lpr -P asdfasdfasdf.doofer.org/Monsoon $# else cat | /usr/bin/lpr -P asdfasd

Re: Print

2008-08-14 Thread Ken Brown
On 8/14/2008 10:23 AM, r wrote: It seems there is no windows version of gsprint ( on win dir ) just the one that came with gsview. Install the windows version of gsview: http://pages.cs.wisc.edu/~ghost/ By default, it puts gsprint in C:\Program Files\Ghostgum\gsview\ . See again the

Re: Print

2008-08-14 Thread r
On 2008-08-14, Ken Brown <[EMAIL PROTECTED]> wrote: > On 8/13/2008 7:13 PM, Brian Dessent wrote: >> r wrote: >> >>> $ gsprint test2.ps >>> Copyright (C) 2003-2006, Ghostgum Software Pty Ltd. All Rights Reserved. >>> 2006-02-24 gsprint 1.9 >>> GPL Ghostscript 8.63 (2008-08-01) >>> Copyright (C) 20

Re: Print

2008-08-14 Thread Ken Brown
On 8/13/2008 7:13 PM, Brian Dessent wrote: r wrote: $ gsprint test2.ps Copyright (C) 2003-2006, Ghostgum Software Pty Ltd. All Rights Reserved. 2006-02-24 gsprint 1.9 GPL Ghostscript 8.63 (2008-08-01) Copyright (C) 2008 Artifex Software, Inc. All rights reserved. This software comes with NO W

Re: Print

2008-08-14 Thread r
On 2008-08-13, Brian Dessent <[EMAIL PROTECTED]> wrote: > The thing you have to realize about lpr is that it does no translation > of the input whatsoever, it simply sends the file to the printer > verbatim. Most printers these days only recognise a specialized > proprietary language, which varies

Re: Print

2008-08-13 Thread Brian Dessent
r wrote: > When I try to print under cygwin ( a text file too ) with 'lpr' I can hear the > printer ( Lexmark Z600 Series connected via usb to a simple desktop pc ) > move the cursor to be ready for printing but nothing happens. > I tried with text files and .ps too. > > 'lpr test' > 'lpr test2.p

Re: print from xfig

2006-12-14 Thread Cliff Hones
Cliff Hones wrote: > Steven Woody wrote: >> On 12/14/06, Davies, Roger <> wrote: >>> -Original Message- >>> From: ** [mailto:**] On Behalf >>> Of Bengt-Arne Fjellner >>> Sent: Thursday, December 14, 2006 2:33 AM >>

Re: print from xfig

2006-12-14 Thread Cliff Hones
Steven Woody wrote: > On 12/14/06, Davies, Roger <[EMAIL PROTECTED]> wrote: >> >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf >> Of Bengt-Arne Fjellner >> Sent: Thursday, December 14, 2006 2:33 AM >> To:

Re: print from xfig

2006-12-14 Thread Steven Woody
On 12/14/06, Davies, Roger <[EMAIL PROTECTED]> wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bengt-Arne Fjellner Sent: Thursday, December 14, 2006 2:33 AM To: cygwin@cygwin.com Subject: Re: print from xfig Steven Woody skrev: > thank

RE: print from xfig

2006-12-14 Thread Davies, Roger
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bengt-Arne Fjellner Sent: Thursday, December 14, 2006 2:33 AM To: cygwin@cygwin.com Subject: Re: print from xfig Steven Woody skrev: > thank you. but the FAQ only explained how to print if one know

Re: print from xfig

2006-12-14 Thread Bengt-Arne Fjellner
Steven Woody skrev: > On 12/13/06, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote: >> Steven Woody wrote: >> > On 12/5/06, Andrew Louie <[EMAIL PROTECTED]> wrote: >> >> Steven Woody gmail.com> writes: >> >> >> >> > >> >> > i can run xfig successuflly, but i can not print our network printer. >> >>

Re: print from xfig

2006-12-13 Thread Charles Wilson
Jay Abel wrote: Apparently someone started working on lpr, and it does work for local printers, just doesn't work for network printers. Say what? $ which lpr /usr/bin/lpr $ cygcheck -f /usr/bin/lpr cygutils-1.3.0-1 $ lpr -Pmyserver\\myprinter /usr/share/ghostscript/8.50/examples/chess.

Re: print from xfig

2006-12-13 Thread Jay Abel
MAIL PROTECTED]> Sent: Wednesday, December 13, 2006 3:10 AM Subject: Re: print from xfig Steven Woody wrote: On 12/5/06, Andrew Louie <[EMAIL PROTECTED]> wrote: Steven Woody gmail.com> writes: > > i can run xfig successuflly, but i can not print our network > printer.

Re: print from xfig

2006-12-13 Thread Larry Hall (Cygwin)
Steven Woody wrote: On 12/13/06, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote: Steven Woody wrote: > On 12/5/06, Andrew Louie <[EMAIL PROTECTED]> wrote: >> Steven Woody gmail.com> writes: >> >> > >> > i can run xfig successuflly, but i can not print our network printer. >> > it reported: >>

Re: print from xfig

2006-12-13 Thread Steven Woody
On 12/13/06, Larry Hall (Cygwin) <[EMAIL PROTECTED]> wrote: Steven Woody wrote: > On 12/5/06, Andrew Louie <[EMAIL PROTECTED]> wrote: >> Steven Woody gmail.com> writes: >> >> > >> > i can run xfig successuflly, but i can not print our network printer. >> > it reported: >> > >> > lpr: printer err

Re: print from xfig

2006-12-13 Thread Larry Hall (Cygwin)
Steven Woody wrote: On 12/5/06, Andrew Louie <[EMAIL PROTECTED]> wrote: Steven Woody gmail.com> writes: > > i can run xfig successuflly, but i can not print our network printer. > it reported: > > lpr: printer error: can't open 'd:\printersharename' > > what do i do? thank you. > Can you nor

Re: print from xfig

2006-12-12 Thread Steven Woody
On 12/5/06, Andrew Louie <[EMAIL PROTECTED]> wrote: Steven Woody gmail.com> writes: > > i can run xfig successuflly, but i can not print our network printer. > it reported: > > lpr: printer error: can't open 'd:\printersharename' > > what do i do? thank you. > Can you normally print with lpr?

Re: print from xfig

2006-12-05 Thread Andrew Louie
Steven Woody gmail.com> writes: > > i can run xfig successuflly, but i can not print our network printer. > it reported: > > lpr: printer error: can't open 'd:\printersharename' > > what do i do? thank you. > Can you normally print with lpr? did you try: lpr -P//networkshare/printername

Re: print out of cygwin

2006-05-01 Thread Igor Peshansky
On Thu, 27 Apr 2006, Larry Hall (Cygwin) wrote: > Dirk Schleicher wrote: > > Am Wed, 26 Apr 2006 21:30:28 -0400 > > schrieb "Larry Hall (Cygwin)" cygwin com>: > > Ugh! > > > > > I use cygwin and sylpheed-claws on W2k. What I can do to print out > > >

Re: print out of cygwin

2006-04-26 Thread Larry Hall (Cygwin)
Dirk Schleicher wrote: Am Wed, 26 Apr 2006 21:30:28 -0400 schrieb "Larry Hall (Cygwin)" cygwin com>: Ugh! I use cygwin and sylpheed-claws on W2k. What I can do to print out of sylpheed to a printer is connect to the USB Port and work under W2k?

Re: print out of cygwin

2006-04-26 Thread Dirk Schleicher
Am Wed, 26 Apr 2006 21:30:28 -0400 schrieb "Larry Hall (Cygwin)" <[EMAIL PROTECTED]>: > > I use cygwin and sylpheed-claws on W2k. What I can do to print out > > of sylpheed to a printer is connect to the USB Port and work under > > W2k? > > > And this question is related to Cygwin how? sylpheed

Re: print out of cygwin

2006-04-26 Thread Larry Hall (Cygwin)
Dirk Schleicher wrote: Hello there, I use cygwin and sylpheed-claws on W2k. What I can do to print out of sylpheed to a printer is connect to the USB Port and work under W2k? And this question is related to Cygwin how? sylpheed-claws is not a package distributed with Cygwin. -- Larry Hall

Re: print problem

2005-06-06 Thread Corinna Vinschen
On Jun 6 16:21, J. David Boyd wrote: > Corinna Vinschen <[EMAIL PROTECTED]> wrote in http://cygwin.com/acronyms/#PCYMTNQREAIYR > I got the lastest snapshot, dumped it all into /, overwriting > what was there, but I see no changes in printing. > > Where are the docs on this? man lpr? > Wha

Re: print problem

2005-06-06 Thread J. David Boyd
Corinna Vinschen <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > On Jun 6 15:32, J. David Boyd wrote: >> I'm using the latest cywin, and running under WinXP SP2. >> >> What docs do I look in to set this up so I can print a window >> to my HP Laserjet? >> >> I've found various things, s

Re: print problem

2005-06-06 Thread J. David Boyd
Corinna Vinschen <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > On Jun 6 15:32, J. David Boyd wrote: >> I'm using the latest cywin, and running under WinXP SP2. >> >> What docs do I look in to set this up so I can print a window >> to my HP Laserjet? >> >> I've found various things, s

Re: print problem

2005-06-06 Thread Corinna Vinschen
On Jun 6 15:32, J. David Boyd wrote: > I'm using the latest cywin, and running under WinXP SP2. > > What docs do I look in to set this up so I can print a window > to my HP Laserjet? > > I've found various things, such as exporting > PRINTER to my printer path, etc, but no go. That's a bug in

Re: print command setting in config.ps for cygwin

2002-02-19 Thread Jason Tishler
Gene, On Mon, Feb 18, 2002 at 04:22:11PM -0800, Gene C. Ruzicka wrote: > But the online User's Guide > for Cygwin says that the lp, lpr commands don't > work in Cygwin, and that the MS print command > should be used to print from a cygwin command > line. See attached for my latest PostScript

Re: print command setting in config.ps for cygwin

2002-02-18 Thread Gene C. Ruzicka
. > Dunno if this will help your specific problem, but Rick Rankin posted an > "lpr" program to this mailing list in July 2000 (check the mailing list > archives). He and I have discussed adding that to the cygutils package > in the near future, but if you're in a hurry you can grab the source

Re: print command setting in config.ps for cygwin

2002-02-18 Thread Charles Wilson
Gene C. Ruzicka wrote: > The config.ps file contains print settings used by > the dvips program that's part of the TeTeX package. > One of the settings specifies which UNIX command > should be used to print. But the online User's Guide > for Cygwin says that the lp, lpr commands don't > work in