Manual execution - how do you use it?
Manual execution - how do you use it?
Can you give me some examples of using Manual execution mode? I need one script to tell the other script to run, but not guessed how.
Re: Manual execution - how do you use it?
You just "call" the manual script in the other script like so:
NameOfScript();
NameOfScript();