MTP - позволяет запускать несколько процессов параллельно, имеет возможность подстановки значений внутрь команды запуска
Использование:
mtp.exe <options>
Опции:
-t <n> - thread count
-alias <alias=value> - register constant alias
-l <filename> - worklist with commands (required)
-w <path> - workdir
-p <priority> - priority for executed commands:
idle, below_normal, normal, above_normal, high, realtime, by default - normal
-s - no output to console (silent)
-ss - super silent mode
-log <filename> - log execution time of every command to given file
-h - print this message
Пример:
mtp.exe -t 4 -l run.cmd -p high -log "C:\logs\log.txt"
Использование:
mtp.exe <options>
Опции:
-t <n> - thread count
-alias <alias=value> - register constant alias
-l <filename> - worklist with commands (required)
-w <path> - workdir
-p <priority> - priority for executed commands:
idle, below_normal, normal, above_normal, high, realtime, by default - normal
-s - no output to console (silent)
-ss - super silent mode
-log <filename> - log execution time of every command to given file
-h - print this message
Пример:
mtp.exe -t 4 -l run.cmd -p high -log "C:\logs\log.txt"