Start n8n on Windows with a simple batch file - new topic

Start n8n on Windows with a simple batch file - new topic

@echo off
REM Use the current user’s home folder, whatever it is.
start cmd /k “cd /d “%USERPROFILE%” && n8n start”

copy paste above dos command in a notepad and save it as a .bat file extension.

You can double click this file to start your n8n or you can schedule it on windows scheduler.