Autorunning cmd at startup
Go to solution
Solved by C2dan88,
Yes, add a .bat file with your commands and place it in your Windows startup folder.
%AppData%/Microsoft\Windows\Start Menu\Programs\Startup
Or look into using node-windows
https://www.npmjs.com/package/node-windows
You can run your scripts as windows services so they start automatically on boot.
Alternative is a scheduled task.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now