-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
The system cannot find the batch label specified - Compress #71
Comments
It's been available in the script for at least 5 years.
This is not an error from the default Windows command-line interpreter ( |
I just execute it like usual (in Win11 23H2), with 'available' I mean in the right order in the script, so when it's called it's not defined yet perhaps? Somehow I'm getting this just by starting the script with different compression now. |
Labels, such as those that "call" and "goto" use, are static symbols for the position in the file at which they are located and do not need to be defined in any particular order. This is not the case for things like variables, which can, as the name implies, vary over time and order would, in fact, matter. That being said, I can't personally support Windows 11. However, if anyone else here can debug it for Windows 11 without breaking anything for previous versions, I am open to PRs. |
What I did was change compression from 5 to 9 and the I got this (error) message:
I guess somehow :Compress isn't yet available in the script yet?
The text was updated successfully, but these errors were encountered: