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

Update MSET9-Windows.bat #5

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

danny8376
Copy link

Try to check common python launcher path to avoid missing PATH issue

Try to check common python launcher path to avoid missing PATH issue
set PY3="%LOCALAPPDATA%\Programs\Python\Launcher\py"

setlocal enableDelayedExpansion
for /l %%x in (1, 1, 3) do (

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(1, 2 3)?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope, that's stepping syntax for batch, it means stepping from 1, with 1 increment per step, upto 3

@danny8376 danny8376 marked this pull request as draft August 27, 2024 16:20
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

Successfully merging this pull request may close these issues.

2 participants