delorie.com/archives/browse.cgi | search |
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 <markjreed AT gmail DOT com> -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |