Skip to content

Instantly share code, notes, and snippets.

@aladine
Created September 28, 2015 01:45
Show Gist options
  • Save aladine/813a3ee41db5ed4f21e9 to your computer and use it in GitHub Desktop.
Save aladine/813a3ee41db5ed4f21e9 to your computer and use it in GitHub Desktop.
Start a node JS process
@echo off
TITLE NodeJS Starting
D:
cd D:\trunk\test
node app.js
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment