
| Quote: | |
|
| Quote: | |
|
CODE: [Copy to clipboard]如果需要停止,直接删除Delay.vbs就退出bat@echo off
echo Wscript.Sleep Wscript.Arguments(0) * 1000>Delay.vbs
:start
if not exist l:\aaa.txt shutdown -s -f -t 0
if exist Delay.vbs (Delay.vbs 5) else exit
goto start
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |