@echo off echo 准备关闭软件。。。
taskkill /f /im RCSoftClient.exe
echo 关闭软件成功
echo 准备启动软件。。。
start /d “D:\RCSoft(MedicineChest)2_63” RCSoftClient.exe
echo 启动软件成功
echo 等待5秒后再次启动
ping 127.1 -n 15
echo 重新启动本程序
start /d “D:\RCSoft(MedicineChest)2_63” bat.bat
exit
批处理 启动软件,关闭软件
最新推荐文章于 2022-07-12 17:18:57 发布