Trigger a command from another command?
-
This is probably a dumb question, but I've searched and searched and cannot find anything. Is there anyway to fire a command from another command inside of TriggerCMD? In other words, Trigger C fires Trigger A & Trigger B?
-
@RayHollister, yes, you can download the tcmd tool and create a script like this:
tcmd --computer "laptop" --trigger "Trigger A" tcmd --computer "laptop" --trigger "Trigger B"
... and have Trigger C run that script.