Search found 2 matches

by chinadrum
Wed Jan 26, 2005 7:21 pm
Forum: Technical / Scripting
Topic: locating a captionless modal window with no text
Replies: 4
Views: 5716

locating a captionless modal window with no text

I have a really old application which has to export 1 days worth of data at a time, wait for completion and repeat with a new day. It's cake up until the point where i have to check if the current day is done. The status window that comes up is modal, has a blank caption, has no constant text and do...
by chinadrum
Wed Jan 26, 2005 6:18 pm
Forum: Technical / Scripting
Topic: Using wildcards in IfFileExists
Replies: 3
Views: 5311

the getfilelist command looks like it could be used for what you are trying to do //list all files separated by ;'s GetFileList>c:\temp\*.*,files //create an array of the file names Separate>files,;,file_names //print count of files MessageModal>Num Files: %file_names_count% you could then use your ...
Sign up to our newsletter for free automation tips, tricks & discounts