Search found 105 matches

by bnc1
Sat Jul 25, 2009 12:08 pm
Forum: Technical / Scripting
Topic: How to use RegEx to count case sensitive characters
Replies: 6
Views: 5685

How to use RegEx to count case sensitive characters

I am using Regex to do a simple count of certain characters in a string let>fen={"8/6pk/p2q3p/1p5P/2pbQ3/P1N5/1P3PP1/6K1"} let>pattern=[<pnbrqk>] regex>pattern,fen,1,matches,num,0 mdl>num This code works fine and yields the expected result of 16. Now I would like to count only specific upper or lowe...
by bnc1
Thu May 28, 2009 4:47 pm
Forum: Technical / Scripting
Topic: Winsat command not recognized in cmd.exe
Replies: 7
Views: 14540

Marcus's suggestion worked. Thanks :D

The file was not hidden, RP_ADMIN=0 didnt change anything, and direct execution with the correct path didnt work either :o

Very strange indeed. Thanks for all the suggestions, now back to scripting and benchmarking !
by bnc1
Thu May 28, 2009 2:46 pm
Forum: Technical / Scripting
Topic: Winsat command not recognized in cmd.exe
Replies: 7
Views: 14540

Yes, I am running Vista SP1 x64 Yes if I manually enter the winsat command after starting the command prompt via a MS script, I get the same error message : "winsat is not recognized as an internal or external command" An interesting clue ..if I start the command prompt manually and change the activ...
by bnc1
Thu May 28, 2009 1:28 pm
Forum: Technical / Scripting
Topic: Winsat command not recognized in cmd.exe
Replies: 7
Views: 14540

Winsat command not recognized in cmd.exe

This nice mini bench mark command works via a command prompt : winsat disk -seq -read -drive c but when I try to invoke it using this MS 11.1.10 script : Let>RP_WAIT=1 Let>RP_ADMIN=1 run>"cmd.exe" /k winsat disk -seq -read -drive c exit>0 I get a command prompt error message, "winsat is not recogniz...
by bnc1
Fri Apr 24, 2009 6:40 pm
Forum: General Discussion
Topic: Operation difference between Version 10 and Version 11
Replies: 6
Views: 7378

You are welcome JPuziano :D

After some more thought I realized that my issues are clearly not specific to Macro Scheduler 11. Looking at the link I posted in my previous message :

http://www.mjtnet.com/forum/viewtopic.php?t=4854

posted on July 2008, MS 11 was not yet available :!:
by bnc1
Fri Apr 24, 2009 10:48 am
Forum: General Discussion
Topic: Operation difference between Version 10 and Version 11
Replies: 6
Views: 7378

Perhaps you have stumbled on a bug :) I have had intermittent problems with Macro Scheduler 11 where the main Macro Scheduler task does not show up in the systray area (even though there is an msched.exe process listed in task manager). This occasionally occurs after a boot. See this link : http://w...
by bnc1
Wed Apr 01, 2009 1:59 pm
Forum: Technical / Scripting
Topic: Search functions greyed out after changing group option ?
Replies: 1
Views: 2489

Search functions greyed out after changing group option ?

Does anyone else have this problem ? 1) Edit any macro and change the Group option "Show in system tray quick launch group" ..either clear an existing checkmark or add one . 2) Exit the editor and save the changes. 3) Edit any macro and click on the Search pull down menu. Are the functions Find, Fin...
by bnc1
Sun Mar 29, 2009 11:44 am
Forum: Technical / Scripting
Topic: Mysterious 60 second delay in logfile
Replies: 3
Views: 4495

Beware of solid state disks ! :shock: They have their problems .. a good writeup on this at http://www.anandtech.com/storage/showdoc.aspx?i=3531&p=1 After updating my Intel Storage Matrix Manager software a while back, I was able to correlate the 60 sec timeouts to my Samsung 64gb SSD drive. A firmw...
by bnc1
Sat Mar 28, 2009 9:11 pm
Forum: Technical / Scripting
Topic: Focus and/or timing issue with MS Pro ??
Replies: 5
Views: 4680

This problem has been reported before. Search this site for the words compiled and focus and you will find I was hopeful when I read the links posted but compile options are not the issue. After several hours of trial and error, I have a solution. A possible complication of this issue is the fact t...
by bnc1
Fri Mar 27, 2009 11:21 pm
Forum: Technical / Scripting
Topic: Focus and/or timing issue with MS Pro ??
Replies: 5
Views: 4680

Is this being done on the same physical system?
Yes , same physical system

You bought Pro to try out compiled macros.
Are you running Pro compiled or uncompiled?
I would try uncompiled first.
Uncompiled works fine
by bnc1
Fri Mar 27, 2009 2:52 pm
Forum: Technical / Scripting
Topic: Focus and/or timing issue with MS Pro ??
Replies: 5
Views: 4680

Focus and/or timing issue with MS Pro ??

I have a set of macros that I use to automate a "hobby" application which I have been using successfully for years with Macro Scheduler Standard. The app is very sensitive to timing and I constantly look for ways to tweak it and improve performance. Yesterday I decided to trial Macro Scheduler Pro t...
by bnc1
Mon Mar 09, 2009 4:07 pm
Forum: Enhancement Suggestions
Topic: installing, could you put sample files into a SAMPLES group?
Replies: 1
Views: 5355

Another good suggestion from KWiz. I do this manually to always keep sample scripts in a separate group

:P :D
by bnc1
Mon Mar 09, 2009 4:03 pm
Forum: Enhancement Suggestions
Topic: Add option to move mouse over YES when confirming save.
Replies: 4
Views: 8619

I agree with KWiz ..an option to have the mouse automatically move to the YES button would be appreciated. It's nice to know that the ENTER key works but I prefer the mouse option :)
by bnc1
Sat Jan 24, 2009 2:11 pm
Forum: General Discussion
Topic: What happened to the forum search?
Replies: 6
Views: 7201

I agree with Rain. The Google search has some some improvements but the titles of each search hit that are returned .."Windows Scripting, Windows Macro Automation, Windows Macro" are sometimes not useful. I much prefer the older search.
by bnc1
Tue Jan 13, 2009 12:30 pm
Forum: Technical / Scripting
Topic: Macro Scheduler 11.1
Replies: 0
Views: 2418

Macro Scheduler 11.1

Fixed: Text Capture functions (GetWindowTextEx, WaitScreenText, GetTextInRect, GetTextAtPoint) could cause clipboard function to stop working in source application I can also confirm that the Text Capture functions / clipboard bug has finally been fixed in MS 11.1 :D :D :D Change: Tray icon action ...
Sign up to our newsletter for free automation tips, tricks & discounts