Search found 26 matches
- Sun Aug 28, 2011 8:52 pm
- Forum: General Discussion
- Topic: MacroScheduler, AutoIt and AutoHotkey
- Replies: 3
- Views: 16021
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...
- Fri Aug 19, 2011 7:17 pm
- Forum: Technical / Scripting
- Topic: How to transform a long path to a URL path
- Replies: 2
- Views: 4540
- Fri Aug 19, 2011 6:22 pm
- Forum: Technical / Scripting
- Topic: How to transform a long path to a URL path
- Replies: 2
- Views: 4540
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...
- Sun Jul 17, 2011 6:28 pm
- Forum: Enhancement Suggestions
- Topic: Disable individual scripts or script groups
- Replies: 3
- Views: 13269
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...
- Sun Jul 17, 2011 11:53 am
- Forum: Enhancement Suggestions
- Topic: Disable individual scripts or script groups
- Replies: 3
- Views: 13269
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...
- Sat Jun 11, 2011 7:52 am
- Forum: Technical / Scripting
- Topic: Issues with different input languages
- Replies: 3
- Views: 4898
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...
- Sat Jun 11, 2011 6:47 am
- Forum: Technical / Scripting
- Topic: Issues with different input languages
- Replies: 3
- Views: 4898
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 ( ; ' [ ]...
- Tue May 10, 2011 8:27 pm
- Forum: Technical / Scripting
- Topic: Retrieving text from a minimized window
- Replies: 4
- Views: 6002
- Tue May 10, 2011 7:45 pm
- Forum: Technical / Scripting
- Topic: Retrieving text from a minimized window
- Replies: 4
- Views: 6002
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...
- Tue May 10, 2011 5:55 pm
- Forum: Technical / Scripting
- Topic: Retrieving text from a minimized window
- Replies: 4
- Views: 6002
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...
- Tue May 10, 2011 4:56 pm
- Forum: Technical / Scripting
- Topic: Sending text to a minimized window
- Replies: 4
- Views: 5984
- Tue May 10, 2011 4:30 pm
- Forum: Technical / Scripting
- Topic: Sending text to a minimized window
- Replies: 4
- Views: 5984
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...
- Tue May 10, 2011 7:45 am
- Forum: Technical / Scripting
- Topic: Sending text to a minimized window
- Replies: 4
- Views: 5984
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!
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!
- Mon May 09, 2011 10:45 am
- Forum: Technical / Scripting
- Topic: Operations on multiple folders using a list of paths
- Replies: 2
- Views: 4173
- Sun May 08, 2011 4:13 pm
- Forum: Technical / Scripting
- Topic: Operations on multiple folders using a list of paths
- Replies: 2
- Views: 4173
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 ...