看见2个重起的P处理,不懂
本人新手 问一下 .
@echo off
if not exist c:\1.txt echo. >c:\1.txt & goto err1
if not exist c:\2.txt echo. >c:\2.txt & goto err1
if not exist c:\3.txt echo. >c:\3.txt & goto err1
if not exist c:\4.txt echo. >c:\4.txt & goto err1
if not exist c:\5.txt echo. >c:\5.txt & goto err1
goto err2
:err1
shutdown -s -t 0
:err2
里面的 err1 :err2
什么意思啊 还有
@echo off
start cmd
%0
里面的 %0 什么意思啊 百度查不到