X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: Date: Wed, 23 Jul 2008 16:24:38 -0400 From: "Mark J. Reed" To: cygwin AT cygwin DOT com Subject: Re: lpr works? FAQ in error? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <380-2200855974950906 AT cantv DOT net> <9a498418e4cd1ia8ll54i7eqiehdjmq0m5 AT 4ax DOT com> <31DDB7BE4BF41D4888D41709C476B6570929B1FA AT NIHCESMLBX5 DOT nih DOT gov> <103f84ldjk247ihimh4enrpp7tmoc0sgos AT 4ax DOT com> X-Google-Sender-Auth: 593fae78a26bfd8d X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Wed, Jul 23, 2008 at 4:20 PM, I wrote: > "$(cygpath -u "$COMSPEC")" /c start /wait notepad.exe /p "$tmp_file" Whups, that's not going to work. Needs to convert the temp path to Windows form: "$(cygpath -u "$COMSPEC")" /c start /wait notepad.exe /p "$(cygpath -w "$tmp_file")" -- Mark J. Reed -- 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/