I want to write a batch file that will do following things in given order:
cd c:\\Program files\\IIS Express
start cmd /k "your cmd command1" start cmd /k "your cmd command2"
It works in Windows server2012 while I use these command in one batch file.