Skip to content

Instantly share code, notes, and snippets.

@blubbll
Created July 7, 2020 12:43
Show Gist options
  • Save blubbll/45b3bcc292306edd883319940ebfba11 to your computer and use it in GitHub Desktop.
Save blubbll/45b3bcc292306edd883319940ebfba11 to your computer and use it in GitHub Desktop.
node portable batch
@echo OFF
cd /D "%~dp0"
::k hält fenster offen, c schließt es
cmd /c "C:\Users\User\Apps\node\nodejs-portable.exe C:\Users\User\Apps\restart\action.js"
pause
exit /b 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment