You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In App\Server.cmd I made some adjustments to help myself out. I wanted to be able to pass in a path in which to start NodeJsPortable so right before cmd /k I added:
set gotopath=%1
CD %gotopath%
The %1 here means the first argument after NodeJsPortable.exe, for example: NodeJsPortable.exe D:\dev\project\src will start the app and then move to the D:\dev\project\src directory.
How can I start this with a command, eg from a batch file or a shortcut?
The text was updated successfully, but these errors were encountered: