回复 2# 李安阳 - @Echo Off
- SetLocal EnableDelayedExpansion
- If Exist %Temp%\Times.txt (
- Set /P Times=<%Temp%\Times.txt
- If !Times! GEQ 5 Goto yamadie
- )
- Set /A Times+=1
- >%Temp%\Times.txt Echo,!Times!
- Pause
- Exit
- :yamadie
- Echo ............This is yamadie?!
- Pause
复制代码
|