I want to execute a batch file from another batch file and I have been successful in doing so but the problem is once the 2nd batch is executed the 1st batch window closes. I want to keep the first batch window to stay open
The command I am using is :
1st.bat :
2nd.bat "path"
pause