This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| param ( | |
| [switch]$Relaunched = $false | |
| ) | |
| $ScriptPath = (Get-Variable MyInvocation).Value.MyCommand.Path | |
| function StartOperation { | |
| Write-Host | |
| Write-Host Now attempting to regenerate missing manifest files... | |
| Write-Host |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @ECHO OFF | |
| SETLOCAL EnableDelayedExpansion | |
| :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
| :: :: | |
| :: Node.js Portable :: | |
| :: :: | |
| :: A DOS Batch script to make Node.js portable on Windows systems. :: | |
| :: :: | |
| :: Copyright (C) 2013-2014 Cr@zy <webmaster@crazyws.fr> :: |
NewerOlder