d-setup.bat

来自「批处理阶段教程奥运最终版[英雄出品] exe版加了20天时间限制」· Batch 代码 · 共 47 行

BAT
47
字号
@echo off

set mpos=0

:SETUP

    wbat pal ! cls ! text 2,55 (blue on +green) :setup-title

    call w.bat box (+black on +white) :setup-menu #%mpos% +1
        set mpos=%?%
        goto %wbat%

:Installation ----------------------------------------------------------

    wbat cls ! text  2,4 :install1 ! box 21,60 continue
    wbat cls ! text  2,4 :install2 ! box 20,60 return
    goto SETUP

:INI file --------------------------------------------------------------

    wbat cls ! text  2,4 :inifile
:inire
    call w.bat menu 19,64 :ini-menu
    if errorlevel 100 goto SETUP
    if %wbat%==WBATINI goto inishow
    wbat cls
    wbat text  2,4 :ini-%wbat%
    goto inire
:inishow
    wbat list (black on +brown) @WBAT.INI
    goto inire


:Environment  ----------------------------------------------------------

    wbat cls ! text  2,4 :environment ! box 21,60 ok
    goto SETUP

:Project editing -------------------------------------------------------

    wbat cls ! text  2,4 :project-editing  ! box 20,60 ok
    goto SETUP

:END
for %%a in (mpos wbat wcb1 wcb2 wrb) do set %%a=
wbat cls

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?