i'm looking for best practice in a situation where i want to send two commands to a separate window. as in:
start /wait command1 && command2
this works however the second command is not executed in the new window instead runs in the initial window after the first task is finished.
how should a situation like this be handled correct?