I am opening 3 cmd windows in different colours to help me distinguish between servers etc. These commands are in a .bat
file.
start cmd /k color 4C
start cmd /k color 5D
start cmd /k color 2A
What I need to do is have them open up at a specific location but I can't seem to get it to chain commands.
How can I cd
in to some folder structure immediately after starting a cmd window?