You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: