Search found 3014 matches

by Oleg
Wed Jul 07, 2004 4:55 am
Forum: General Discussion
Topic: TODAY minus 5 days
Replies: 1
Views: 10368

TODAY minus 5 days

You may use following expression
{MonthIncDays(-5)}{IncDays(-5)}{ShortYearIncDays(-5)}
if you want to calculate today minus 5 days. Result is today minus 5 days in "mmddyy" format
by Oleg
Sun Jul 04, 2004 4:05 am
Forum: General Discussion
Topic: Bug? CPU 100% usage
Replies: 1
Views: 10367

Bug? CPU 100% usage

See my message here
by Oleg
Sun Jul 04, 2004 3:59 am
Forum: General Discussion
Topic: How to batch upload local -> remote?
Replies: 1
Views: 10658

How to batch upload local -> remote?

See sample task below. Save this text to <Any_name>.tsk file and use "Task|Import" menu to import this task into RoboTask. ;begin task ;********************** ;* RoboTask Task file * ;* Do not edit!       * ;********************** [Root] ActionAfterRun=INTEGER|0 Actions=FOLDER Automat=INTE...
by Oleg
Fri Jul 02, 2004 4:06 am
Forum: General Discussion
Topic: Using variables for email attachment name
Replies: 1
Views: 10038

Using variables for email attachment name

This bug is fixed now. Wait for next version please.
by Oleg
Fri Jul 02, 2004 3:34 am
Forum: General Discussion
Topic: Preserving Folder Names Inside Zips...
Replies: 1
Views: 9919

Preserving Folder Names Inside Zips...

If you want to create ZIP archive with folder hierarchy (but not from root folder), you may insert "Change folder" action before "Pack files". For example: 1. Change folder to "c:\Temp\MyFolder" 2. Pack the files "*.*" including subfolders and store to "c...
by Oleg
Thu Jun 10, 2004 4:09 am
Forum: General Discussion
Topic: Dedicated Task File
Replies: 1
Views: 10607

Dedicated Task File

I think that you must have two tasks: 1-st task checks window presence, and launch your application if window doesn't exist. 2-nd task checks presence of window with error, and tryes to shutdown your application by sending keystrokes or window command. Both tasks can be started by "Cyclic"...
by Oleg
Sun Jun 06, 2004 6:31 am
Forum: General Discussion
Topic: FTP delete file not working?
Replies: 6
Views: 25431

FTP delete file not working?

Try to use "FTP Change Folder" action before file deletion
by Oleg
Fri Jun 04, 2004 4:54 am
Forum: General Discussion
Topic: FTP delete file not working?
Replies: 6
Views: 25431

FTP delete file not working?

Some FTP servers has case-sensitive names of files
by Oleg
Fri Jun 04, 2004 1:46 am
Forum: General Discussion
Topic: How do I program a mouse click ?
Replies: 2
Views: 13835

How do I program a mouse click ?

May be, it is necessary to use "Window Command" action to activate main window of application...
by Oleg
Thu Jun 03, 2004 9:56 am
Forum: General Discussion
Topic: Wait For Action
Replies: 2
Views: 12738

Wait For Action

You must select "Wait until the application exits" option (in "Wait Options" combobox) in "Run Program/Open Document" action configuration