Currently, I click + 3x while holding Alt to create four divided terminals within the same tab:
- In each of these, I need to run a different Python commnd:
cd "C:\Users\Computador\Desktop\Test One" && python one.py
cd "C:\Users\Computador\Desktop\Test Two" && python two.py
cd "C:\Users\Computador\Desktop\Test Three" && python three.py
cd "C:\Users\Computador\Desktop\Test Four" && python four.py
- Currently, I paste these paths manually, pressing Enter:
Is there any way to achieve this same result but in an automated way?
- I'm not referring to mouse autoclick and things like that, I'm referring to commands in PowerShell itself, or something like that, to achieve this result