Start in WT? #3617
Labels
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
I'm not sure if this is already a way to do this or not...
I have two long running python scripts that I run from Powershell. Instead of opening two PS Windows and then calling the the scripts manually, I created a batch file that spins up two instances of Powershell and calls the scripts on each:
start powershell -noexit -executionpolicy remotesigned .\some_path\script.py -somearguments
I was wondering if there is a way to tell it to spin the Powershell windows inside the new Windows Terminal?
The text was updated successfully, but these errors were encountered: