This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: lpr works? FAQ in error?


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]