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

An error may be prompted while the script is run where double backslash is shown in the error message #1

Open
wandersick opened this issue Jul 21, 2020 · 1 comment

Comments

@wandersick
Copy link
Owner

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

@wandersick wandersick added the bug label Jul 21, 2020
@wandersick
Copy link
Owner Author

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.

@wandersick wandersick removed the bug label Jul 31, 2020
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

No branches or pull requests

1 participant