A DOS Batch script to make Node.js portable on Windows systems.
Tested on Windows XP, Windows Vista and Windows 7.
Node.js Portable is now integrated on Neard !
- Have an Internet connection (for installation when downloading the application).
- WSH (Windows Script Host) : Open a command prompt and type
cscript
to check.
- Put the
nodejs-portable.bat
in the same directory asnode.exe
or in an empty directory for a new installation. - Run
nodejs-portable.bat
. - Choose task 2 to install or task 1 to launch node.js if it's already installed.
In the Settings
section line 32, you can change :
nodejsVersion
: The node.js version.nodejsArch
: The OS architecture (x86
orx64
)
If you have already installed node.js, just copy the folder where you want and launch the script.
LGPL. See LICENSE
for more details.
http://www.crazyws.fr/dev/applis-et-scripts/node-js-portable-JWSN9.html