Created
June 8, 2026 05:02
-
-
Save unlight/30125d5e8cb0d9a4c1a440d80e83d32e to your computer and use it in GitHub Desktop.
windows_service_example.vbs
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
| Set WshShell = CreateObject("WScript.Shell") | |
| WshShell.Run """C:\nodejs\node.exe"" ""C:\fnm\node-versions\v26.1.0\installation\node_modules\9router\cli.js"" --tray --skip-update", 0, False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment