制作bat 的工具,通过WBAT 可以制作出专业的BAT文件

源代码在线查看: d-setup.bat

软件大小: 56 K
上传用户: thor
关键词: WBAT bat BAT
下载地址: 免注册下载 普通下载 VIP

相关代码

				@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
							

相关资源