Skip to content
New issue

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

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

Already on GitHub? # to your account

Version 1.1.9.468 broke command line in scheduled tasks, making all chars caps (1.1.9.467-ok) #348

Open
Ilrandir opened this issue Jan 20, 2025 · 0 comments
Labels

Comments

@Ilrandir
Copy link

Version 1.1.9.468 broke command line in scheduled tasks, making all chars caps. So if your command have Case sensitive keys (/b means other than /B) it will be problem because all lowercase chars will be converted to uppercase.

Version 1.1.9.467 works well.

Example:

I create Task in Schedule section with
Name: MD
Action: Run program
Program: cmd.exe /c md B:\folderNEW

After running this task in version 1.1.9.467:
B:>dir /B folderNEW*
folderNEW

After running this task in version 1.1.9.468:
B:>dir /B folderNEW*
FOLDERNEW

  • Windows version: [Microsoft Windows [Version 10.0.17763.4010]]
  • Volume² version: [1.1.9.468]
@Ilrandir Ilrandir added the bug label Jan 20, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant