天天看点

Windows开机自动运行批处理、脚本等的方法

方法/步骤:

一:打开我的电脑, 在地址栏输入:“C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup”,

Windows开机自动运行批处理、脚本等的方法

二,把自动运行批处理、脚本放到这个文件夹下。

三,重启系统。

附artemis启动脚本

rem *******************************Code Start*****************************

@echo off

echo ----------------start to boot artemis---------

cmd /k "cd /d E:\debug\artemis_broker\bin\ && artemis.cmd run"


@echo on

rem ***************************Code End*****************************
           

继续阅读