创建系统任务计划

Posted twofool

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了创建系统任务计划相关的知识,希望对你有一定的参考价值。

 

schtasks /create /sc once /st 00:00 /tn start_jingxi_H5 /tr D:at_liststart_jingxi_H5.vbs /F /RU ******(运行账户) /RP *******(运行账户密码)
schtasks /run /tn start_jingxi_H5 /I

 

 

隐藏批处理启动的弹窗

CreateObject("WScript.Shell").Run"cmd /c D:/bat_list/start_jingxi_H5.bat",0

 

nodejs 的特殊站点  批处理启动

@echo off
for /f "tokens=5" %%a in (‘netstat -ano ^| findstr ":3002"‘) do (
taskkill /f /pid %%a
)
d:
cd D:/Jenkins/workspace/jingxi_H5
npm start

以上是关于创建系统任务计划的主要内容,如果未能解决你的问题,请参考以下文章

任务计划程序打开软件的原理

Windows通过定时计划任务执行bat文件

Windows通过定时计划任务执行bat文件

Windows通过定时计划任务执行bat文件

创建系统任务计划

如何在Oracle中管理计划任务