
Search found 2 matches
- Sat Jan 13, 2007 3:00 am
- Forum: General Discussion
- Topic: Scheduler A Quick One
- Replies: 1
- Views: 7702
Scheduler A Quick One
I would like Robotask to run a task every 14 days is there a way of doing this? If you could kindly help me with that.The cyclic only has a certain maximum number of seconds
...I basically want to schedule task to copy and replace files from a folder every 14 days.

- Sat Nov 04, 2006 7:16 pm
- Forum: General Discussion
- Topic: Killing Processes
- Replies: 8
- Views: 30115
Killing Processes
you can kill a process using the following method:Robotask option run:Program:cmd parameters:taskkill /IM example.exeProblem with this method is the command prompt window stays open even if it is run in hidden mode.Another method is to download pskill from sysinternals:Paste it into windows director...