skratchdot / open-golang

Open a file, directory, or URI using the OS's default application for that object type. Optionally, you can specify an application to use.
MIT License
783 stars 65 forks source link

Fix 'start' executable not found in %PATH% #5

Closed THUNDERGROOVE closed 10 years ago

THUNDERGROOVE commented 10 years ago

This fixes it in Windows 8. Unable to test it in older versions however.

skratchdot commented 10 years ago

Thank you! I just downloaded a Win8 VM and was getting ready to look into this. Glad you beat me to it.