Skip to content

Instantly share code, notes, and snippets.

@jinwei233
Created September 16, 2011 12:29
Show Gist options
  • Save jinwei233/1222015 to your computer and use it in GitHub Desktop.
Save jinwei233/1222015 to your computer and use it in GitHub Desktop.
NodeJs设置搜寻路径 通过批处理设置搜寻路径
@echo off
echo welcome to att3 alpha...
path %PATH%;%~dp0..\node\bin\
path %PATH%;%~dp0tools\
node test.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment