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 >
Unfortunatly, I know of no such method (I encounter the same thing). However, try killing the old window when you start the batch
abc.bat:
abd.bat stop
abd.bat:
@echo off @echo It works!