3 lines
79 B
Batchfile
3 lines
79 B
Batchfile
@echo off
|
|
SET PATH=%PATH%;%~dp0
|
|
"%~dp0..\..\packages\Node.js.5.3.0\node.exe" %* |