window批处理-3.go
时间:2014-07-13 16:21:00
收藏:0
阅读:249
go:
控制批处理中的命令执行流程
命令格式:
go label
lable--行号
demo
bat
@echo off echo 跳过中间,执行最后 goto last type a.txt :last dir . pause
a.txt
aaaaa
结果:
评论(0)