📄 build_init.bat
字号:
@echo off
if EXIST build_no.txt goto vorhanden
echo 1 >build_no.txt
copy build_set.txt+build_no.txt build_do.bat >NUL
call build_do.bat
echo #define BUILD_NO %build_no% >build_no.h
goto ende
:vorhanden
copy build_set.txt+build_no.txt build_do.bat >NUL
call build_do.bat
echo Build #%build_no% startet
:ende
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -