Created
October 3, 2017 22:36
-
-
Save michael-wolfenden/dfb60ced2821e5389a3e00d5967baf17 to your computer and use it in GitHub Desktop.
ConEmu launch multiple consoles #ConEmu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
start D:\utils\conEmu\ConEmu64.exe -cmdlist ^ | |
D:\dev\TicketSolutions.OnlineOutlet\src\TicketSolutions.OnlineOutlet.Service\bin\Debug\net461\TicketSolutions.OnlineOutlet.Service.exe -cur_console:f:t:"Outlet-Service" ^|^|^| ^ | |
D:\dev\TicketSolutions.OnlineOutlet\src\TicketSolutions.OnlineOutlet.Web\bin\Debug\net461\TicketSolutions.OnlineOutlet.Web.exe -cur_console:f:t:"Outlet-Web" ^|^|^| ^ | |
D:\dev\TicketSolutions.Bank\src\TicketSolutions.Bank.Service\bin\Debug\net461\TicketSolutions.Bank.Service.exe -cur_console:f:t:"Bank-Service" ^|^|^| ^ | |
D:\dev\TicketSolutions.Bank\src\TicketSolutions.Bank.Web\bin\Debug\net461\TicketSolutions.Bank.Web.exe -cur_console:f:t:"Bank-Web" ^|^|^| ^ | |
D:\dev\TicketSolutions.Reservations\src\TicketSolutions.Reservations.Service\bin\Release\net461\TicketSolutions.Reservations.Service.exe -cur_console:f:t:"Reservations-Service" ^|^|^| ^ | |
D:\dev\TicketSolutions.Fulfillment\src\TicketSolutions.Fulfillment.Service\bin\Release\net461\TicketSolutions.Fulfillment.Service.exe -cur_console:f:t:"Fulfillment-Service" ^|^|^| ^ | |
D:\dev\TicketSolutions.Orders\src\TicketSolutions.Orders.Service\bin\Release\net461\TicketSolutions.Orders.Service.exe -cur_console:f:t:"Orders-Service" ^|^|^| ^ | |
D:\dev\TicketSolutions.Inventory\src\TicketSolutions.Inventory.Service\bin\Release\net461\win7-x86\TicketSolutions.Inventory.Service.exe -cur_console:f:t:"Inventory-Service" ^|^|^| |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment