Open GoogleCodeExporter opened 8 years ago
Mintty simply passes the string to Windows' ShellExecute() function, which
performs the appropriate action on the file/address. A string like
"www.foo.com" would be handled as a filename, and I actually do get "The system
cannot find the file specified" as the error message.
There was no change here between 1.0.3 and 1.1.1. What was the address you were
trying to open? Maybe it contained a Windows device name or something.
Special handling for "www" addresses without protocol could be added though.
"ftp" too, I guess. Any others?
Original comment by andy.koppe
on 16 Jul 2012 at 12:45
See https://github.com/mintty/mintty/issues for further progress on this issue.
Original comment by towom...@googlemail.com
on 7 Aug 2015 at 1:25
Original issue reported on code.google.com by
adrianlund
on 10 Jul 2012 at 5:17