去哪里:EOF返回哪里?
我想弄清楚代码到底在哪里GOTO :EOF回到?
GOTO :EOF
以下是代码:
SET count=1 FOR /f "tokens=*" %%G IN (somefile.txt) DO (call :subroutine "%%G") GOTO :EOF :subroutine echo %count%:%1 set /a count+=1 GOTO :EOF
沧海一幻觉
慕侠2389804
相关分类