Created
July 7, 2020 12:43
-
-
Save blubbll/45b3bcc292306edd883319940ebfba11 to your computer and use it in GitHub Desktop.
node portable batch
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 | |
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