Run many tabs from .bat file #5503

Open
opened 2026-01-31 00:14:55 +00:00 by claunia · 0 comments
Owner

Originally created by @itamardavidyan on GitHub (Dec 11, 2019).

Now I use run.bat like this:

cd C:\code\repo
start cmd.exe /k "ng serve xxx-svc --port=7700"
start cmd.exe /k "ng serve yyy-svc --port=7701"
start cmd.exe /k "ng serve zzz-svc --port=7702"
...
...

I want all the services to open in the same wt.exe window. there is an option to do it?

Originally created by @itamardavidyan on GitHub (Dec 11, 2019). Now I use run.bat like this: ``` cd C:\code\repo start cmd.exe /k "ng serve xxx-svc --port=7700" start cmd.exe /k "ng serve yyy-svc --port=7701" start cmd.exe /k "ng serve zzz-svc --port=7702" ... ... ``` I want all the services to open in the same wt.exe window. there is an option to do it?
claunia added the Resolution-Duplicate label 2026-01-31 00:14:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#5503