Search found 7 matches
- Thu Dec 22, 2011 2:11 pm
- Forum: General Discussion
- Topic: attachments file name
- Replies: 4
- Views: 16999
attachments file name
My biggest problem right now is how to handle the multiple emails without making each task logon and loop thru the email server. The other program would access the email server and depending on criteria run a certain task against the email, then move on to the next email.
- Thu Dec 22, 2011 11:34 am
- Forum: General Discussion
- Topic: attachments file name
- Replies: 4
- Views: 16999
attachments file name
I am having the same issue, I need the variable to capture the name of the file attachments before each file is downloaded, to determine if I want the file or not. The old program I replaced with Robotask had the option to download based on file attachment names, or wildcards. I need to duplicate th...
- Mon Jul 25, 2011 10:22 am
- Forum: General Discussion
- Topic: Multiple Tasks using same EXE
- Replies: 2
- Views: 11344
Multiple Tasks using same EXE
Probably you are using incorrect parameters in "Wait for process finish" Also pay attention that the action don't wait if process doesn't exist in memory when action is being executed Look at the actions "Wait for task". This action waits when specified task is being executed Th...
- Mon Jul 25, 2011 9:57 am
- Forum: General Discussion
- Topic: If Then / FileExists / List File
- Replies: 4
- Views: 15382
If Then / FileExists / List File
You can create the list of existing files by "Search for Files" action. Next you can specify as attachment the following expression: {TextFile(file_name)} where file_name is the full name of created text file. I've done that, but I am trying to do an IF THEN boolean check against the file...
- Fri Jul 22, 2011 5:43 pm
- Forum: General Discussion
- Topic: If Then / FileExists / List File
- Replies: 4
- Views: 15382
If Then / FileExists / List File
I should have mentioned I am using an "If Then" statement and a Boolean for a an if value is "True".
- Fri Jul 22, 2011 5:41 pm
- Forum: General Discussion
- Topic: Multiple Tasks using same EXE
- Replies: 2
- Views: 11344
Multiple Tasks using same EXE
I am running an old legacy program I created in Clipper, it runs in one folder. If I have multiple tasks set to go off at 1pm using this same EXE, then they all end up crashing because the EXE is open and running. Is there some way to get the tasks to wait for any tasks using that EXE to finish? I s...
- Fri Jul 22, 2011 5:27 pm
- Forum: General Discussion
- Topic: If Then / FileExists / List File
- Replies: 4
- Views: 15382
If Then / FileExists / List File
I am trying to use the following statement utilizing a filelist, it only works if there is only one file listed in the filelist. This is a check before I send an email containing attachments from this filelist. Is there a way to make this check work on all files in the list?{FileExists({TextFile({cF...