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
In my test, the additional backslash should not affect functionality as Command Prompt should still handle things correctly despite this. The error in the title is non-existent. It would not cause an error. Therefore, this is low priority.
Solution:
Remove backslash from working directory variable - UAC elevation
For
cscript //NoLogo "%EnglishizeDir%Data\_elevate.vbs" "%EnglishizeDir%" "%EnglishizeDir%\EnglishizeCmd.bat" >nul 2>&1
%EnglishizeDir%\EnglishizeCmd.bat
should be%EnglishizeDir%EnglishizeCmd.bat
The text was updated successfully, but these errors were encountered: