I have two batch files, one of them executes another, i.e.
I\'ve created a shortcut of the firs
I just press enter and type Pause and it works fine
For leaving the console window open you only have to add to the last command line in the batch file:
' & pause'
I just written last line as Pause it worked fine with both .bat and .cmd. It will display message also as 'Press any key to continue'.