goodbld.cmd
来自「[随书类]Dos6.0源代码」· CMD 代码 · 共 25 行
CMD
25 行
@echo off
for %%a in (usa dut itn swe frn ger) do if "%1"=="%%a" goto start
for %%a in (USA DUT ITN SWE FRN GER) do if "%1"=="%%a" goto start
goto options
:start
SET LANG=%1
cd ..\..\qb%LANG%\helpbld
out *.hlp
copy ..\..\qbkit\bld\*.hlp
in -f -c "latest build" *.hlp
cd ..\..\qbkit\build
goto end
:options
echo Usage is GOODBLD LANG
echo This will check the latest build helpfiles into the project.
:end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?