码迷,mamicode.com
首页 > 其他好文 > 详细

批处理重启程序

时间:2014-11-13 12:30:42      阅读:232      评论:0      收藏:0      [点我收藏+]

标签:ar   sp   文件   art   bs   as   管理   程序   nbsp   

@echo off
taskkill /f /im KwMusic.exe  注释:关闭进程 在任务管理器里查看进程名字
ping 127.0.0.1 -n 60>nul   注释:延时60秒
start "" "C:\Program Files (x86)\kuwo\kuwomusic\KwMusic.exe"  注释:启动程序

 

 

----删除汉字 存为.bat文件

在任务计划程序中新建任务计划即可

已验证  系统win8

批处理重启程序

标签:ar   sp   文件   art   bs   as   管理   程序   nbsp   

原文地址:http://www.cnblogs.com/lczblog/p/4094449.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!