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 <[EMAIL PROTECTED]>

--
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/

Reply via email to