Hi Folks,
Just wondering if there is an easy way to alter the command shell title for node-red running in windows.
I often run 3 or 4 instances interactively - I'd like to alter the title to be "node-red (port) {path}" etc. I can put this into a bat file, which works for a second but then changes to npm and then ultimately to node-red.
You might want to have a look at the Windows Terminal Preview. You can install it from the Windows Store. Alternatively ConEmu. You could also use the Windows Subsystem for Linux (WSL) which gives you a Linux environment in Windows and allows you to use BASH.
Also, if you are running multiple instances, you might want to use PM2 which gives you several nice features (though isn't the lightest weight tool in the world).