Function to execute multiple commands
Posted: 2023-09-16, 11:28 UTC
Currently, if you want to execute multiple custom commands, you can only define [em_cmd1], [em_cmd2], [em_cmd3] first, and finally combine them
[em_final]
cmd=em_cmd1,em_cmd2,em_cmd3
The writing method is complicated, and parameters cannot be passed between the three commands.
Can such a function be implemented?
[em_final]
cmd1=A.exe
param1=A application parameters %P%O.txt
cmd2=B.exe
param2=B’s parameters %P%O.zip
cmd3=C.exe
param3=C parameter %P%S
Three commands are executed in sequence
[em_final]
cmd=em_cmd1,em_cmd2,em_cmd3
The writing method is complicated, and parameters cannot be passed between the three commands.
Can such a function be implemented?
[em_final]
cmd1=A.exe
param1=A application parameters %P%O.txt
cmd2=B.exe
param2=B’s parameters %P%O.zip
cmd3=C.exe
param3=C parameter %P%S
Three commands are executed in sequence