Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] "start" executable not found in %PATH% #4

Closed
THUNDERGROOVE opened this issue May 8, 2014 · 6 comments
Closed

[Windows] "start" executable not found in %PATH% #4

THUNDERGROOVE opened this issue May 8, 2014 · 6 comments

Comments

@THUNDERGROOVE
Copy link
Contributor

Error in open.Start() exec: "start": executable not found in %PATH%

However, running start in both bash and cmd work. Probably and issue with the exec package however I'm not certain.

@skratchdot
Copy link
Owner

It's probably an issue with this library I would guess. What version of windows are you using? I think I only tested in Vista (which pretty much no one uses at this point).

@THUNDERGROOVE
Copy link
Contributor Author

Windows 8.1 when I tried it. I could try looking into a fix tomorrow.

@appakz
Copy link

appakz commented May 12, 2014

@THUNDERGROOVE any luck finding a fix for that? I'm having the same issue.

@skratchdot
Copy link
Owner

I meant to download a windows 8 vm to check this out. I'm guessing one of the following is true:

  1. 'start' is no longer shipped with windows 8
  2. 'start' has been removed from the default PATH
  3. a different program is used to open the default program in windows 8.

@appakz
Copy link

appakz commented May 12, 2014

I was able to "trick" this into working by dropping a start.bat into my system32 folder. All it did was "start %1", and that was enough to make work. I'm thinking that maybe "start" used to an actual executable that lived somewhere and now is an alias that only the shell understands, but I'm grasping at straws there.

@skratchdot
Copy link
Owner

This should be fixed by c47f41e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants