lpr works? FAQ in error?

Mark J. Reed markjreed@mail.com
Wed Jul 23 20:25:00 GMT 2008


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@gmail.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/



More information about the Cygwin mailing list