Search found 105 matches

by bnc1
Fri Oct 08, 2010 12:06 pm
Forum: Technical / Scripting
Topic: Text capture commands fail with Internet Explorer 9 Beta
Replies: 1
Views: 2809

Text capture commands fail with Internet Explorer 9 Beta

I was playing around with the new Internet Explorer 9 Beta on my test system which is using Windows 7 Pro x64 and Macro Scheduler 12.0.9. IE9 Beta definitely has some performance improvements over IE8 but some other changes are not to my liking :shock: I noticed some Macro Scheduler text capture com...
by bnc1
Wed Jul 21, 2010 1:07 pm
Forum: General Discussion
Topic: IfWindowOpen seems to run slower in version 12.0.5 vs. 11.x
Replies: 9
Views: 11771

I found something similar starting with MS 11.1.17 Check this thread http://www.mjtnet.com/forum/viewtopic.php?t=6300 Also the Help file for WaitWindowOpen contains notes on system variable WF_TYPE. I changed some of my scripts to use WF_TYPE=2 and was able to improve performance somewhat. " It is p...
by bnc1
Tue Jul 06, 2010 11:31 am
Forum: General Discussion
Topic: WaitWindowOpen> very CPU hungry
Replies: 6
Views: 8521

I had significant performance issues starting with MS 11.1.17. There was a fix applied that : "Fixed: Window commands - if wildcard not specified child/MDI windows would not be found" In my scripts I was using several OnEvent>WINDOW_OPEN commands. Once these commands were executed, everything slowed...
by bnc1
Thu Jun 24, 2010 5:34 am
Forum: Technical / Scripting
Topic: Problem with SkipLabel> command
Replies: 2
Views: 2987

Thanks Gale :D . Moving the SkipLabel command seems to work. I still think there might be a MS bug here :wink: since moving the end_macro code also "fixes" the problem as mentioned in my original post.
by bnc1
Wed Jun 23, 2010 2:20 pm
Forum: Technical / Scripting
Topic: Problem with SkipLabel> command
Replies: 2
Views: 2987

Problem with SkipLabel> command

I am having problems with Onevent and Skiplabel commands : OnEvent>WINDOW_NEWACTIVE,0,0,NewWin let>j=0 label>restart let>dummy= let>j=j+1 wait>0.2 if>j>50 mdl>time out exit>0 endif goto>restart label>end_macro mdl>%NewWin_title% ended exit>0 Srt>NewWin GetActiveWindow>NewWin_title,xpos,ypos Let>patt...
by bnc1
Wed Jun 23, 2010 10:36 am
Forum: Technical / Scripting
Topic: 'GetWindowTextEx' doesnot fetch full contents everytime
Replies: 5
Views: 6147

Re: 'GetWindowTextEx' doesnot fetch full contents everytime

hi, I am current working on Windows XP on 32-bit. I am trying to fetch the contents displayed in "control panel" window using GetWindowTextEx>Control Panel,str But, when I execute the script, sometimes all the contents is not getting stored in 'str'. Some text gets missed for few runs. Please let m...
by bnc1
Fri Dec 04, 2009 1:15 pm
Forum: General Discussion
Topic: RSS feed errors
Replies: 1
Views: 2986

RSS feed errors

I've been getting errors from the Mjtnet RSS feed for the past several days. Error message : This feed contains errors. Internet Explorer will try updating this feed again later If I delete the feed and try to recreate it I get : An invalid character was found in text content. Line: 387 Character: 1...
by bnc1
Wed Nov 11, 2009 3:57 pm
Forum: Beginners
Topic: GetTextInRect - PuTTY
Replies: 7
Views: 11153

The imbedded " " marks in the window text can cause problems for Macro Scheduler. If you insert a StringReplace>strText,",*,strText after the GetWindowTextEx the script should work. The reason I asked about the OS you are using is that I am getting "consistently inconsistent" results with some of th...
by bnc1
Wed Nov 11, 2009 2:20 pm
Forum: Beginners
Topic: GetTextInRect - PuTTY
Replies: 7
Views: 11153

I would think that GetWindowTextEx might be the best option. You can parse the output with the Separate command. GetTextatPoint only gets the text on one line and may not be what you want. The older GetWindowText may not get you anything useful. You have to experiment to find out. You mentioned some...
by bnc1
Thu Oct 15, 2009 9:32 am
Forum: Technical / Scripting
Topic: Running VSSADMIN command on Vista x64
Replies: 7
Views: 11679

Thank you. :!: I had only tested JRL's first script. It looks like his second script also works by starting the cmd prompt without using the Run> command. I had to make changes to the script since it appears to work only with a classic start menu.
by bnc1
Wed Oct 14, 2009 2:00 pm
Forum: Technical / Scripting
Topic: Running VSSADMIN command on Vista x64
Replies: 7
Views: 11679

I have already tried the technique you proposed but there is no change. Just to double check, I copied your script and tried it but there was no improvement :( :( FYI ..I also tried this on Windows 7 X64 RC1 ..same problem but different error messages Z:\Program Files (x86)\Macro Scheduler 11>vssadm...
by bnc1
Wed Oct 14, 2009 11:27 am
Forum: Technical / Scripting
Topic: Running VSSADMIN command on Vista x64
Replies: 7
Views: 11679

The VSSADMIN error messages are the same whether I use /c or /k with or without >>vss.txt port. The key issue appears to be running certain commands in a 64 bit OS. If I enter the commands manually they work fine. Its only when I use Macro Scheduler (which is a 32 bit program) that I have issues. An...
by bnc1
Tue Oct 13, 2009 4:44 pm
Forum: Technical / Scripting
Topic: Running VSSADMIN command on Vista x64
Replies: 7
Views: 11679

Running VSSADMIN command on Vista x64

I am trying to use Macro Scheduler Pro 11.1.15 to automate a daily run of the command VSSADMIN LIST SHADOWSTORAGE This script works fine on a Vista x86 (32bit) system : let>RP_ADMIN=1 let>RP_WAIT=1 Run>"cmd.exe" /c vssadmin list shadowstorage >> G:\doc\vss.txt exit>0 However when I run the same scri...
by bnc1
Thu Sep 03, 2009 12:24 pm
Forum: Technical / Scripting
Topic: Move mouse to Internet Explorer tab field
Replies: 1
Views: 2498

Move mouse to Internet Explorer tab field

I am trying to automate an IE8 web page using Macro Scheduler 11. What I need is a way to automatically move the mouse to the current field hilighted by the Tab key ?? If I can get the mouse to that location, then I can use the GetTextatPoint command to extract the data that I need. I can't seem to ...
by bnc1
Sat Jul 25, 2009 6:01 pm
Forum: Technical / Scripting
Topic: How to use RegEx to count case sensitive characters
Replies: 6
Views: 5667

Thank you for the help :!:
Sign up to our newsletter for free automation tips, tricks & discounts