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