Use the following format to connect multiple commands simultaneously.
Procedure
Use the & symbol between the different commands.
"cmd / c command1 & command2 & command3 & ..."
For example:
"cmd / c mkdir dir1 & mkdir dir2"