go:
控制批处理中的命令执行流程
命令格式:
go label
lable--行号
demo
bat
@echo off echo 跳过中间,执行最后 goto last type a.txt :last dir . pause
a.txt
aaaaa
结果:
2022-04-04 06:16:22
go:
控制批处理中的命令执行流程
命令格式:
go label
lable--行号
demo
bat
@echo off echo 跳过中间,执行最后 goto last type a.txt :last dir . pause
a.txt
aaaaa
结果: