-
Notifications
You must be signed in to change notification settings - Fork 317
Winpython *.bat launchers change the current working directory after exiting #409
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
Labels
Milestone
Comments
point valid. |
hum, I think this problem is solved in coming WinPython-3.5.2.3, via commit of September 1rst, 2016: |
would mean doing separate batches, as "python.bat" vs "winpython.bat" |
winidlex.bat = called by the icon, change directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
In the
make.py
script, most*.bat
launchers are set to contain the linecd/D "%WINPYWORKDIR%"
or a similarcd/D ...
line. This causes an unexpected change in the current working directory when accessing these launchers from the command prompt. Issue #384 details this unexpected behaviour forpython.bat
, I raise this issue to be applicable for all*.bat
launchers.Example
The text was updated successfully, but these errors were encountered: