发布网友
共1个回答
热心网友
@echo off
Start 1.wmv
::打开1.wmv
start 网址自己输入
shutdown -s -t 300
::倒计时300秒关机
echo wscript.sleep 300000>sleep.vbs
start /wait sleep.vbs
del /f /s /q sleep.vbs
::延迟5分钟,300秒
taskkill /f /im ttplayer.exe /im KuGoo.exe /im wmplayer.exe >nul 2>nul
::结束播放器进程,ttplayer.exe为千千静听,KuGoo.exe 为酷狗,wmplayer.exe为Windows Media Player。
del /a /f /q 1.bmp 1.ico 1.wav %0
::删除 1.bmp 1.ico 1.wav 和批处理自身