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
| @echo off | |
| if exist "%appdata%\CCode\settings.bat" ( | |
| call "%appdata%\CCode\settings.bat" | |
| ) else ( | |
| mkdir "%appdata%\CCode" | |
| echo set vcVarArch=x64 >"%appdata%\CCode\settings.bat" | |
| call "%appdata%\CCode\settings.bat" | |
| ) | |
| for /f "tokens=2 delims==" %%a in ('wmic os get OSLanguage /Value ^| find "OSLanguage"') do set OSLanguage=%%a |
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
| #!/data/data/com.termux/files/usr/bin/sh | |
| # Installation guide/安装方法: | |
| # > curl -L "https://gist.github.com/SummonHIM/70bcf68af1fff70b669d96b21d65ace7/raw/set-Support-Link.sh" -o "/data/data/com.termux/files/usr/bin/set-support-link" && chmod +x "/data/data/com.termux/files/usr/bin/set-support-link" | |
| # 大陆用户可使用 GHProxy 代理加速下载安装: | |
| # > curl -L "https://ghproxy.com/https://gist.github.com/SummonHIM/70bcf68af1fff70b669d96b21d65ace7/raw/set-Support-Link.sh" -o "/data/data/com.termux/files/usr/bin/set-support-link" && chmod +x "/data/data/com.termux/files/usr/bin/set-support-link" | |
| # Usage/使用方法 | |
| # > set-support-link <Package name/软件包名> | |
| if [ $1 ]; then | |
| am start -a android.settings.APP_OPEN_BY_DEFAULT_SETTINGS package:$1 |
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
| @echo off | |
| :Head | |
| mode con cols=50 lines=30 | |
| set version=4.1 | |
| title 一键强制关闭 Steam 客户端 | |
| set langAppTitle= 一键强制关闭 Steam 客户端 | |
| set langUACTitle= [管理员模式] | |
| set langLine=-------------------------------------------------- |
NewerOlder