call or start, but it did not workThanks for the suggestion! This isn't something that's really supported by the Terminal currently. You can refer to #492 for more details.
You _might_ be able to use the wt commandline arguments to serve the purpose you want. Something like wt cmd /c my_bat_file.bat would work to open a new Windows Terminal window running my_bat_file.bat.
Most helpful comment
Thanks for the suggestion! This isn't something that's really supported by the Terminal currently. You can refer to #492 for more details.
You _might_ be able to use the
wtcommandline arguments to serve the purpose you want. Something likewt cmd /c my_bat_file.batwould work to open a new Windows Terminal window runningmy_bat_file.bat.