Last active
May 16, 2024 15:15
-
-
Save LiuJiewenTT/ef6966810da80200fce8a3e8ff13e69e to your computer and use it in GitHub Desktop.
CBJQ-EnyaSwitch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @chcp 65001 | |
| @REM "把这个文件放在Snow\文件夹下" | |
| @echo 请务必确保您使用管理员权限运行此脚本(即当前用户拥有权限)。 | |
| echo localization = 0>data\localization.txt | |
| @if ERRORLEVEL 1 @( | |
| echo "禁用失败" | |
| ) else ( | |
| echo "禁用成功" | |
| ) | |
| pause |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @chcp 65001 | |
| @REM "把这个文件放在Snow\文件夹下" | |
| @echo 请务必确保您使用管理员权限运行此脚本(即当前用户拥有权限)。 | |
| echo localization = 1>data\localization.txt | |
| @if ERRORLEVEL 1 @( | |
| echo "启用失败" | |
| ) else ( | |
| echo "启用成功" | |
| ) | |
| pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment