source: gs3-extensions/selfcontained-nodejs/trunk/PREPARE-WINDOWS.bat@ 37531

Last change on this file since 37531 was 37531, checked in by davidb, 14 months ago

Windows DOS version to get going with NodeJS

  • Property svn:executable set to *
File size: 263 bytes
Line 
1@echo off
2
3setlocal
4
5set version=-v16.13.2
6
7tar -xvzf node%version%-win-x64.zip ^
8 && rename node%version%-win-x64 nodejs-windows-64bit
9
10if %ERRORLEVEL% EQU 0 (
11 echo Unzipped NodeJS and renamed the directory to:
12 echo nodejs-windows-64bit
13)
14
15endlocal
Note: See TracBrowser for help on using the repository browser.