Search found 3014 matches

by Oleg
Mon May 17, 2004 6:20 am
Forum: Suggestions
Topic: Bug Report: PING HOST Action
Replies: 3
Views: 19278

Bug Report: PING HOST Action

This bug now fixed. Wait for next version release, please.
by Oleg
Thu May 13, 2004 10:30 am
Forum: General Discussion
Topic: User variables delted when I reboot?
Replies: 8
Views: 18161

User variables delted when I reboot?

User variables was saved in registry in HKEY_CURRENT_USER. Location of "logs" and "tasks" has no meaning. If Your profile was deleted when You logoff, all Your variables was lost for next seance. If You have not permanent profile on computer, you may write a task which creates ne...
by Oleg
Tue May 11, 2004 4:45 am
Forum: General Discussion
Topic: How do I exclude a folder.
Replies: 3
Views: 18571

How do I exclude a folder.

You may specify in "Exclude masks" masks with folders separated by commas. Like this: "c:\temp\folder1\*.*","c:\temp\folder2\*.*" For example see the Task below: ;******************** ; RoboTask Task file ; Do not edit! ;******************** [Root] ActionAfterRun=INTEGE...
by Oleg
Fri May 07, 2004 4:16 am
Forum: General Discussion
Topic: Access Robotask variables from a script
Replies: 2
Views: 14931

Access Robotask variables from a script

You may use "ExpandText" method.
For example:

MsgBox RoboTaskApp.ExpandText("Today {datetime}")
MsgBox RoboTaskApp.ExpandText("{year}-{monthno}-{day}")
MsgBox RoboTaskApp.ExpandText("{MyUserVariable}")