Batch file to open multiple cmd prompts [closed]

Solution 1:

Try using this

start /min cmd /c batch1.bat && start program1.exe
start /min cmd /c batch2.bat && start program2.exe