Search found 26 matches

by ineedh3lp
Sun Aug 28, 2011 8:52 pm
Forum: General Discussion
Topic: MacroScheduler, AutoIt and AutoHotkey
Replies: 3
Views: 15505

MacroScheduler, AutoIt and AutoHotkey

Hello! I am wondering if MacroScheduler covers most or all of the available feature/functions that AutoIt and AutoHotkey have to offer. In other words, is there something the other scripting applications can do and MacroScheduler can't? Probably there are things that MacroScheduler can do and the ot...
by ineedh3lp
Fri Aug 19, 2011 7:17 pm
Forum: Technical / Scripting
Topic: How to transform a long path to a URL path
Replies: 2
Views: 4052

Thank you for the reference and solution!
by ineedh3lp
Fri Aug 19, 2011 6:22 pm
Forum: Technical / Scripting
Topic: How to transform a long path to a URL path
Replies: 2
Views: 4052

How to transform a long path to a URL path

Hello! How to transform in MS any given long path like H:\TEMP\New Folder\tes\1 2 3\xxx\New File.txt to a URL path like: file:///H:/TEMP/New%20Folder/tes/1%202%203/xxx/New%20File.txt Do I just look for spaces and replace them with %20 , add file:/// at the beginning and replace backslashes with slas...
by ineedh3lp
Sun Jul 17, 2011 6:28 pm
Forum: Enhancement Suggestions
Topic: Disable individual scripts or script groups
Replies: 3
Views: 12747

Just to make it clear, it's not only the script-to-script hot-key issue, but also script-to-host issue, that's why I'd like to be able to disable individual scripts or script groups. For example, while I work in Photoshop I'm using the functional keys a lot, but I'm also using some MS scripts and be...
by ineedh3lp
Sun Jul 17, 2011 11:53 am
Forum: Enhancement Suggestions
Topic: Disable individual scripts or script groups
Replies: 3
Views: 12747

Disable individual scripts or script groups

Hello! Could you add the possibility to disable individual scripts and script groups? It's very annoying having to disable a hot-key one script uses so another can use the same hot-key. For example, if I have a group with scripts that use hotkeys F5 to F12 and another set that need to use those hotk...
by ineedh3lp
Sat Jun 11, 2011 7:52 am
Forum: Technical / Scripting
Topic: Issues with different input languages
Replies: 3
Views: 4562

I've checked the Ascii command, but it would be counterproductive for my job. I'm always sending different text to different applications, so getting the ascii equivalent for the text to be sent would take more time than checking and setting the same input language for all involved applications. I g...
by ineedh3lp
Sat Jun 11, 2011 6:47 am
Forum: Technical / Scripting
Topic: Issues with different input languages
Replies: 3
Views: 4562

Issues with different input languages

Hello! I've got a rather annoying issue. The text MacroScheduler sends is influenced by the input language. Let's say I want to send ; ' [ ] to a text editor. If the text editor's input language is set to RO (Romanian), Macro Scheduler sends ş ţ ă î instead of the before mentioned symbols ( ; ' [ ]...
by ineedh3lp
Tue May 10, 2011 8:27 pm
Forum: Technical / Scripting
Topic: Retrieving text from a minimized window
Replies: 4
Views: 5439

I took your example and changed the last lines to:

Let>last_but_one=items_count-1
MessageModal>items_%last_but_one%


so it returns the last line before the blank one regardless of line numbers.

Thank you for your support!
by ineedh3lp
Tue May 10, 2011 7:45 pm
Forum: Technical / Scripting
Topic: Retrieving text from a minimized window
Replies: 4
Views: 5439

JRL just told me about SetControlText in a different topic and I didn't think of checking GetControlText. *sigh* Thank you, adroege! It works retrieving text from the main chat box. It gets all the text, and the last line is a blank one. [...] [23:03:45] <bot1> test1 [23:03:47] <bot1> test2 [23:03:4...
by ineedh3lp
Tue May 10, 2011 5:55 pm
Forum: Technical / Scripting
Topic: Retrieving text from a minimized window
Replies: 4
Views: 5439

Retrieving text from a minimized window

Greetings! I'm currently working on multiple small projects. One of them is a chat room bot that listens to commands and returns different kinds of results. The way it's capturing text now is by using "GetTextAtPoint". The biggest inconvenient at the moment is that I have to keep the chat window vis...
by ineedh3lp
Tue May 10, 2011 4:56 pm
Forum: Technical / Scripting
Topic: Sending text to a minimized window
Replies: 4
Views: 5613

Excellent! Thank you once again, JRL!

Support on this forum is great.
by ineedh3lp
Tue May 10, 2011 4:30 pm
Forum: Technical / Scripting
Topic: Sending text to a minimized window
Replies: 4
Views: 5613

Thank you! It works! I replaced the tile in your example with the chat window title, identified the class name using the View System Windows tool, set class instance to 2 since there were two classes with the same name and the chat box was the second. The only question is how do I instruct the scrip...
by ineedh3lp
Tue May 10, 2011 7:45 am
Forum: Technical / Scripting
Topic: Sending text to a minimized window
Replies: 4
Views: 5613

Sending text to a minimized window

Hello!

If I focus the chat box of a chat client before minimizing it, could I then send text to it without focusing the client?

If it is possible, could you show me an example? Like sending "Hello!" to a chat client (chatclient.exe).

Thank you!
by ineedh3lp
Mon May 09, 2011 10:45 am
Forum: Technical / Scripting
Topic: Operations on multiple folders using a list of paths
Replies: 2
Views: 3773

Thank you! It works.
by ineedh3lp
Sun May 08, 2011 4:13 pm
Forum: Technical / Scripting
Topic: Operations on multiple folders using a list of paths
Replies: 2
Views: 3773

Operations on multiple folders using a list of paths

Hello. Let's say I have this in my clipboard: D:\BMachine\zSNAGS\_STRIDER\y2010\y10m01 D:\BMachine\zSNAGS\_STRIDER\y2010\y10m02 D:\BMachine\zSNAGS\_STRIDER\y2010\y10m03 D:\BMachine\zSNAGS\_STRIDER\y2010\y10m04 D:\BMachine\zSNAGS\_STRIDER\y2010\y10m05 A number of paths to different folders. Assuming ...
Sign up to our newsletter for free automation tips, tricks & discounts