Search found 5 matches
- Wed Jan 14, 2004 7:10 pm
- Forum: Technical / Scripting
- Topic: directory paths using MacroScheduler on Win95; quotes
- Replies: 1
- Views: 3708
directory paths using MacroScheduler on Win95; quotes
Hi. Two different questions I'm scripting something for a Win95 system. If I do things like Change Directory> ... do I need to use the DOS filename aberrations, e.g., Let>newCD="C:\progra~1\mjtnet~1\macros~1" Change Directory>newCD or can I do it right, that is, Let>newCD="C:\Program Files\MJT Net L...
- Fri Dec 19, 2003 11:36 am
- Forum: Technical / Scripting
- Topic: Any maximum size to "GetClipBoard>foo" beneath
- Replies: 0
- Views: 4425
Any maximum size to "GetClipBoard>foo" beneath
Hi, Is there any maximum size to what can be returned and stashed in a variable using "GetClipBoard>..." beneath that Windows 2000 or WinXP is capable of storing? I have a multi-megabyte clipboard that appears at times not to be being successfully stashed in a variable in those cases. Thanks for any...
- Thu Dec 04, 2003 3:29 pm
- Forum: Technical / Scripting
- Topic: Getting window identifiers and using them?
- Replies: 0
- Views: 4469
Getting window identifiers and using them?
I am a user of WinBatch a couple of years back but find MacroScheduler both easier to use and able to achieve more with more compact code. I have a suggestion, however. If it's more appropriate to discuss this in the technical forums, I will do that as well. In your View System Windows tool, among t...
- Wed Nov 26, 2003 8:19 pm
- Forum: Technical / Scripting
- Topic: FindWindowWithText and WinXP Home Edition
- Replies: 2
- Views: 5301
re: FindWindowWithText and WinXP
Apparently the problem is something I'm not understanding about how the trailing asterisk in the name of Window to match works, combined with something funny about Trillian Pro's Connection Manager window. Anyway, I juggled things around and got it to work. I am also evaluating on Win95 where I am t...
- Wed Nov 26, 2003 8:01 pm
- Forum: Technical / Scripting
- Topic: FindWindowWithText and WinXP Home Edition
- Replies: 2
- Views: 5301
FindWindowWithText and WinXP Home Edition
I'm evaluating Macro Scheduler and like it very much, and am seriously interested in buying in. I just downloaded it yesterday. I am upgrading from WinBatch. However, I am trying to build a script on my WinXP Home Edition system. The draft script looks like: FindWindowWithText>Trilly,1,trillExists I...