Skip to main content

asdasd

@echo off
start wt new-tab --profile "Command Prompt" --title "Program" cmd.exe /k "program.exe" ^
; split-pane --horizontal cmd.exe /k "stuff.exe" ^
; split-pane --vertical cmd.exe /k "morestuff.exe" ^
; new-tab --profile "Git Bash" --title "UAT Servers" bash.exe -c "uat1 && connectthis && ls" ^
; split-pane --horizontal bash.exe -c "uat2 && connectthis && ls" ^
; split-pane --vertical bash.exe -c "uat3 && connectthis && ls"

 

 

 

@echo off
start wt new-tab --profile "Command Prompt" --title "Program" --tabColor "#0C0C52" cmd.exe /k "program.exe" ^
; split-pane --horizontal cmd.exe /k "stuff.exe" ^
; split-pane --vertical cmd.exe /k "morestuff.exe" ^
; new-tab --profile "Git Bash" --title "UAT Servers" --tabColor "#8B4513" bash.exe -c "uat1 && connectthis && ls" ^
; split-pane --horizontal bash.exe -c "uat2 && connectthis && ls" ^
; split-pane --vertical bash.exe -c "uat3 && connectthis && ls"