X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Wilfried Subject: Re: lpr works? FAQ in error? Date: Mon, 21 Jul 2008 16:11:00 +0200 Lines: 13 Message-ID: References: <380-2200855974950906 AT cantv DOT net> <9a498418e4cd1ia8ll54i7eqiehdjmq0m5 AT 4ax DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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/