I know it seems this has been asked before, but I need a batch to open another batch in a new window. I\'ve tried:
start abc.bat cmd abc.bat run abc.bat
start abc.bat works for me. What is the problem in your case? You could also try start cmd /c abc.bat.
start abc.bat
start cmd /c abc.bat