Search found 2 matches

by jnfriasc
Wed Feb 15, 2012 4:43 pm
Forum: General Discussion
Topic: Know if task is running? (vbscript)
Replies: 2
Views: 10291

Know if task is running? (vbscript)

Ok!, Thanks... I will test the code!...
by jnfriasc
Fri Feb 10, 2012 1:29 pm
Forum: General Discussion
Topic: Know if task is running? (vbscript)
Replies: 2
Views: 10291

Know if task is running? (vbscript)

I am programming in vbscript of RoboTask. I need to run multiple tasks in RoboTask, one after the previous one. I generated a random list to perform each task. I developed a function called Randoms_Number(10) ---> output [3,5,1,7,6,10,2,4,9,8], which means it will run the task 3 and task 5 will run ...