If I run a batch file from windows (Start->Run, “mybatch.bat”), a window pops up, it executes, and then it closes. I’d like it to stick around in this usage.
However, if running the same batch file from an existing terminal, I’d like it to use the current terminal, versus opening another one.
Is this possible?