Search found 1381 matches

by support
Fri Nov 11, 2005 9:00 am
Forum: Beginners
Topic: Auto sign on
Replies: 7
Views: 10497

Planned release date is early January, but a beta version should hopefully be available next week. We'll post an announcement in the beta forum when it is ready.
by support
Fri Nov 11, 2005 8:04 am
Forum: Technical / Scripting
Topic: String Replace Cmd
Replies: 3
Views: 5698

As Bob suggests, if you ever need to pass a comma as a parameter just make a variable for it first:

Let>comma=,
StringReplace>string,comma,replace,newstring

This works whichever command you need to use.
by support
Thu Nov 10, 2005 6:54 pm
Forum: Technical / Scripting
Topic: Compare date string
Replies: 9
Views: 8698

Well it's working correctly for you. JoeBo's problem must have been something else then. Was just covering all bases and simply pointing out that message (rather than MessageModal) does not wait and therefore using more than one message for debugging can be unhelpful as subsequent messages obliterat...
by support
Thu Nov 10, 2005 6:04 pm
Forum: Technical / Scripting
Topic: Compare date string
Replies: 9
Views: 8698

Well maybe the date of your file only matches one of the conditions.
by support
Thu Nov 10, 2005 5:55 pm
Forum: Technical / Scripting
Topic: Compare date string
Replies: 9
Views: 8698

Try this code: FileDate>\\server\sys\WINDATA\Anti_Virus_Updates\Current\VSCANDAT1000\DAT\0000\update.ini,MyFileDate Month>month Day>day Length>day,ld If>ldday=0%day% Endif Year>year Let>today=%year%%month%%day% MessageModal>%MyFileDate% MyFileDateYes Else MessageModal>No Endif Let me know what appea...
by support
Thu Nov 10, 2005 4:50 pm
Forum: Technical / Scripting
Topic: Compare date string
Replies: 9
Views: 8698

Should be:

if>%myfiledate%Mcafee update out
endif

And:

if>%myfiledate%=%year%%month%%day%
message> %year%%month%%day% %myfiledate%, Mcafee update Current
endif
by support
Wed Nov 09, 2005 10:26 am
Forum: Beginners
Topic: Random Header/Script
Replies: 4
Views: 6120

Interval+1 means exactly that: "interval plus one", or "add one to interval". It increments the value of interval by one. So: Let>interval=interval+1 means: interval takes the value of interval plus one. Lets say interval was 1 to start with: Set the value of interval to the value of interval plus o...
by support
Tue Nov 08, 2005 1:44 pm
Forum: Beginners
Topic: WebRecorder/IEAuto.dll - Help please
Replies: 3
Views: 5978

I think the drill down is acting up a bit. I think what happens is first time you hit 'h' it drills down to the first item in the history list that matches (starts with an h). Let it do that and then start typing again. Effectively it seems you need to type the h twice .. with a short delay between ...
by support
Tue Nov 08, 2005 1:37 pm
Forum: Beginners
Topic: Auto sign on
Replies: 7
Views: 10497

STOP PRESS! Macro Scheduler 8.0 will have the ability to automatically sign on / unlock the workstation, run the script and then lock the workstation again. This is for scheduled macros. Version 8.0 will include a service so that the scheduler will work even when Macro Scheduler is not running and w...
by support
Tue Nov 08, 2005 1:33 pm
Forum: Technical / Scripting
Topic: Navigating through a 'tabbed' interface
Replies: 4
Views: 5834

SkunkWorks wrote:and when I press TAB the 'tab' I need never gets focus.
It won't. You need to send CTRL+TAB:

Press CTRL
Press TAB
Release CTRL
by support
Sat Nov 05, 2005 7:10 pm
Forum: Technical / Scripting
Topic: Problem setting focus
Replies: 3
Views: 4551

Are you sure it has no title, or does it just not show the title bar? Have you checked under Tools/View System Windows to see if it is there? Create the following script and assign it to a hotkey: GetActiveWindow>title,x,y MessageModal>title Then when the window in question is active hit the hotkey ...
by support
Thu Oct 27, 2005 11:38 am
Forum: General Discussion
Topic: Combo and List boxes
Replies: 1
Views: 4123

Many combo and list boxes allow you to select an item by just typing the text of it. This usually performs a drill down. So often you can just send the text of the item you want.

If not you may have to go down a more complicated route and use the Win32 API.
by support
Thu Oct 27, 2005 11:36 am
Forum: Technical / Scripting
Topic: Can you put a message on a second monitor?
Replies: 3
Views: 4630

I have made a note of this and aim to ensure that MSG_XPOS and MSG_YPOS can work with multiple monitors in future.
Sign up to our newsletter for free automation tips, tricks & discounts