Monday, July 29, 2013

Execute Multiple Commands with 1 line in Execute Process Task (Arguments)


Separate commands by "&" or "&&" to execute multiple commands from Arguments in Execute Process Task.

&& will execute command 2 when command 1 is complete providing it didn't fail, & will execute regardless.


No comments:

Post a Comment