This is the mail archive of the cygwin 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: lpr works? FAQ in error?


Ehh, I just saw that Rodrigo Medina addressed all these problems.

So the script would probably look like this:

--------------snip-------------
#!/bin/sh 
$1 $2 $3 $4 $5 | unix2dos > tmp_file
cygstart notepad.exe /p tmp_file
rm tmp_file
--------------snip-------------

--
Wilfried Hennings


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.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]