windows延时自启动脚本

@echo off
ping 127.0.0.1 -n 5 > nul
start D:\TestOnly\TestOnly\bin\Debug\TestOnly.exe

  

保存文件后缀为.bat

执行ping指令5分钟后启动程序

posted @ 2020-10-23 12:42  Hello_2018  阅读(1423)  评论(0编辑  收藏  举报