@telim2
Run Process runs the code as a batch file. No need to open CMD and if any program needs the cmd window (node.js server for example) it will open it as such once the desired line is executed.
When a batch file is run, the shell program (cmd.exe) reads the file and executes its commands, normally line-by-line.
I had this problem when working with 2 different projects at the same time running "two instances" so I duplicated the root folder of the program and added 1 shortcut to each folder and I did not have that problem anymore.