示例代码:- @Echo Off & Color 1F & Chcp 936 > Nul & Title 批处理控制台虚拟终端序列库测试 & Mode Con: Cols=80 Lines=25
- If "%*"=="" (
- Start ConHost "%~0" CONHOST
- Exit /B 0
- )
-
- %= 初始化批处理控制台虚拟终端序列库 =%
- Echo;正在初始化批处理控制台虚拟终端序列库……
- Call VT.bat
- SetLocal EnableExtensions EnableDelayedExpansion
-
- :Main
-
- %VT.TextCursor.EnableModeHide%
-
- %VT.Formatting.Background:#n#=!VT.Colors.White!%
- %VT.Cursor.Position:#y#;#x#=1;1%
- %VT.Text.EraseCharacter:#n#=80%
-
- Echo; %VTInline.Formatting.Foreground:#n#=!VT.Colors.Red!%#^
- %VTInline.Formatting.Foreground:#n#=!VT.Colors.Red!% F%VTInline.Formatting.Foreground:#n#=!VT.Colors.Black!%文件^
- %VTInline.Formatting.Foreground:#n#=!VT.Colors.Red!% E%VTInline.Formatting.Foreground:#n#=!VT.Colors.Black!%编辑^
- %VTInline.Formatting.Foreground:#n#=!VT.Colors.Red!% S%VTInline.Formatting.Foreground:#n#=!VT.Colors.Black!%搜索^
- %VTInline.Formatting.Foreground:#n#=!VT.Colors.Red!% R%VTInline.Formatting.Foreground:#n#=!VT.Colors.Black!%运行^
- %VTInline.Formatting.Foreground:#n#=!VT.Colors.Red!% C%VTInline.Formatting.Foreground:#n#=!VT.Colors.Black!%编译^
- %VTInline.Formatting.Foreground:#n#=!VT.Colors.Red!% D%VTInline.Formatting.Foreground:#n#=!VT.Colors.Black!%调试^
- %VTInline.Formatting.Foreground:#n#=!VT.Colors.Red!% P%VTInline.Formatting.Foreground:#n#=!VT.Colors.Black!%项目^
- %VTInline.Formatting.Foreground:#n#=!VT.Colors.Red!% O%VTInline.Formatting.Foreground:#n#=!VT.Colors.Black!%选项^
- %VTInline.Formatting.Foreground:#n#=!VT.Colors.Red!% W%VTInline.Formatting.Foreground:#n#=!VT.Colors.Black!%窗口^
- %VTInline.Formatting.Foreground:#n#=!VT.Colors.Red!% H%VTInline.Formatting.Foreground:#n#=!VT.Colors.Black!%帮助
-
- %VT.Cursor.Position:#y#;#x#=25;1%
- %VT.Text.EraseCharacter:#n#=80%
-
- Set /P=%VTInline.Formatting.Foreground:#n#=!VT.Colors.Red!% F1%VTInline.Formatting.Foreground:#n#=!VT.Colors.Black!% 帮助^
- %VTInline.Formatting.Foreground:#n#=!VT.Colors.Red!% F2%VTInline.Formatting.Foreground:#n#=!VT.Colors.Black!% 保存^
- %VTInline.Formatting.Foreground:#n#=!VT.Colors.Red!% F3%VTInline.Formatting.Foreground:#n#=!VT.Colors.Black!% 打开^
- %VTInline.Formatting.Foreground:#n#=!VT.Colors.Red!% Alt-F9%VTInline.Formatting.Foreground:#n#=!VT.Colors.Black!% 编译^
- %VTInline.Formatting.Foreground:#n#=!VT.Colors.Red!% F9%VTInline.Formatting.Foreground:#n#=!VT.Colors.Black!% 生成^
- %VTInline.Formatting.Foreground:#n#=!VT.Colors.Red!% F10%VTInline.Formatting.Foreground:#n#=!VT.Colors.Black!% 菜单< Nul
-
- %VT.Formatting.Background:#n#=!VT.Colors.Blue!%
- %VT.Formatting.BrightForeground:#n#=!VT.Colors.White!%
- Call :Rect 2 2 78 16
-
- %VT.Cursor.Position:#y#;#x#=18;1%
- %VT.CharacterSet.DEC%
- For /L %%i in (0,1,36) Do Set /P=q< Nul
- %VT.Cursor.Forward:#n#=1%
- Set /P=信息< Nul
- %VT.Cursor.Forward:#n#=1%
- For /L %%i in (0,1,36) Do Set /P=q< Nul
- %VT.CharacterSet.ASCII%
-
- %VT.Cursor.Position:#y#;#x#=3;3%
- Echo;批处理是一门简单的脚本语言,虽然不能独当一面,但是,若作为工作中的辅助工具,
- %VT.Cursor.Position:#y#;#x#=4;3%
- Echo;绝对会让大家有随用随写、称心如意的畅快感。
- %VT.Cursor.Position:#y#;#x#=5;3%
- Echo;和其他语言相比,批处理语言有其先天性的优势:
- %VT.Cursor.Position:#y#;#x#=7;3%
- Echo;1、系统自带,无需另行安装;
- %VT.Cursor.Position:#y#;#x#=8;3%
- Echo;2、命令少,语句简洁,上手非常快;
- %VT.Cursor.Position:#y#;#x#=9;3%
- Echo;3、编写出来的脚本小巧玲珑,随写随用;
- %VT.Cursor.Position:#y#;#x#=10;3%
- Echo;……
-
- %VT.Formatting.BackgroundRGB:#r#;#g#;#b#=250;250;250%
-
- %VT.Cursor.Position:#y#;#x#=12;3%
- Echo;%VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=204;204;204%1%VTInline.CharacterSet.DEC%x%VTInline.CharacterSet.ASCII%^
- %VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=56;58;66%@%VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=197;132;1%echo %VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=56;58;66%off^
- %VTInline.Text.EraseCharacter:#n#=65%
-
- %VT.Cursor.Position:#y#;#x#=13;3%
- Echo;%VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=204;204;204%2%VTInline.CharacterSet.DEC%x%VTInline.CharacterSet.ASCII%^
- %VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=197;132;1%set %VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=56;58;66%str=c d e f g h i j k l m n o p q r s t u v w x y z^
- %VTInline.Text.EraseCharacter:#n#=19%
-
- %VT.Cursor.Position:#y#;#x#=14;3%
- Echo;%VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=204;204;204%3%VTInline.CharacterSet.DEC%x%VTInline.CharacterSet.ASCII%^
- %VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=197;132;1%echo %VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=56;58;66%当前硬盘的分区有:^
- %VTInline.Text.EraseCharacter:#n#=51%
-
- %VT.Cursor.Position:#y#;#x#=15;3%
- Echo;%VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=204;204;204%4%VTInline.CharacterSet.DEC%x%VTInline.CharacterSet.ASCII%^
- %VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=166;38;164%for %VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=152;104;1%%%%%i ^
- %VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=166;38;164%in %VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=56;58;66%(%VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=152;104;1%%%str%%%VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=56;58;66%) ^
- %VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=166;38;164%do if exist %VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=152;104;1%%%%%i%VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=56;58;66%: ^
- %VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=197;132;1%echo %VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=152;104;1%%%%%i: ^
- %VTInline.Text.EraseCharacter:#n#=28%
-
- %VT.Cursor.Position:#y#;#x#=16;3%
- Echo;%VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=204;204;204%5%VTInline.CharacterSet.DEC%x%VTInline.CharacterSet.ASCII%^
- %VTInline.Formatting.ForegroundRGB:#r#;#g#;#b#=197;132;1%pause^
- %VTInline.Text.EraseCharacter:#n#=69%
-
- %VT.SetScrollingRegion:#t#;#b#=19;24%
-
- %VT.TextCursor.EnableModeShow%
- %VT.TextCursor.BlinkingBlock%
-
- %VT.Cursor.Position:#y#;#x#=19;1%
- %VT.Formatting.Background:#n#=!VT.Colors.Blue!%
- %VT.Formatting.BrightForeground:#n#=!VT.Colors.White!%
-
- For /L %%i in (0,0,1) Do (
- Echo;当Windows为我们打开了五彩缤纷的图形窗口的时候
- TimeOut /T 1 > Nul
- Echo;DOS命中注定会陨落
- TimeOut /T 1 > Nul
- Echo;CMD毫无悬念将萎缩
- TimeOut /T 1 > Nul
- Echo;批处理逐渐趋向无声无息
- TimeOut /T 1 > Nul
- Echo;而powershell的到来,无疑会让更多的人忘记批处理
- TimeOut /T 1 > Nul
- Echo;这是一门即将失传的技艺
- TimeOut /T 1 > Nul
- Echo;这是一块行将就木的领域
- TimeOut /T 1 > Nul
- Echo;然而,命令行工具仍然具有批量处理一切的巨大威力
- TimeOut /T 1 > Nul
- Echo;字符界面仍然是高效操作的代名词
- TimeOut /T 1 > Nul
- Echo;曾为批处理的方便灵活而击节赞赏
- TimeOut /T 1 > Nul
- Echo;曾被批处理的简洁快速深深折服
- TimeOut /T 1 > Nul
- Echo;一直以来,总想为批处理的推广做些什么
- TimeOut /T 1 > Nul
- Echo;……
- TimeOut /T 1 > Nul
- Echo;只是,年年岁岁花相似,岁岁年年人不同
- Echo;…………
- TimeOut /T 1 > Nul
- Echo;
- TimeOut /T 1 > Nul
- Echo;
- TimeOut /T 1 > Nul
- )
-
- Pause > Nul
- Goto :Main
-
- :Rect <X> <Y> <Width> <Height>
-
- SetLocal EnableExtensions EnableDelayedExpansion
-
- Set /A"X=%1"
- Set /A"Y=%2"
- Set /A"Width=%3"
- Set /A"Height=%4"
- Set /A"Right=%X%+%Width%-1"
- Set /A"Bottom=%Y%+%Height%-1"
-
- %VT.CharacterSet.DEC%
-
- %VT.Cursor.Position:#y#;#x#=!Y!;!X!%
- %VT.Cursor.Forward:#n#=1%
-
- For /L %%i in (3,1,%Width%) Do (
- Set /P=q< Nul
- )
-
- %VT.Cursor.Position:#y#;#x#=!Bottom!;!X!%
- %VT.Cursor.Forward:#n#=1%
-
- For /L %%i in (3,1,%Width%) Do (
- Set /P=q< Nul
- )
-
- %VT.Cursor.Position:#y#;#x#=!Y!;!X!%
- %VT.Cursor.Down:#n#=1%
-
- For /L %%i in (3,1,%Height%) Do (
- Set /P=x< Nul
- %VT.Cursor.Backward:#n#=1%
- %VT.Cursor.Down:#n#=1%
- )
-
- %VT.Cursor.Position:#y#;#x#=!Y!;!Right!%
- %VT.Cursor.Down:#n#=1%
-
- For /L %%i in (3,1,%Height%) Do (
- Set /P=x< Nul
- %VT.Cursor.Backward:#n#=1%
- %VT.Cursor.Down:#n#=1%
- )
-
- %VT.Cursor.Position:#y#;#x#=!Y!;!X!%
- Set /P=l< Nul
-
- %VT.Cursor.Position:#y#;#x#=!Y!;!Right!%
- Set /P=k< Nul
-
- %VT.Cursor.Position:#y#;#x#=!Bottom!;!X!%
- Set /P=m< Nul
-
- %VT.Cursor.Position:#y#;#x#=!Bottom!;!Right!%
- Set /P=j< Nul
-
- %VT.CharacterSet.ASCII%
-
- EndLocal
-
- Goto :Eof
复制代码
|