| Author |
Message |
Topic: Invoking directly ContextMenu of Files and Folders |
LBJ
Replies: 3
Views: 1462
|
Forum: Scripts & Functions Posted: Mon May 05, 2008 12:44 pm Subject: Invoking directly ContextMenu of Files and Folders |
| I've played with this for most of the afternoon now and I've looked at a lot of incomplete pieces of related information, but I can't make this work with a group of selected files rather than just one ... |
Topic: RSecure Software - RSecure PC Lock |
LBJ
Replies: 28
Views: 888
|
Forum: Scripts & Functions Posted: Fri May 02, 2008 6:23 am Subject: RSecure Software - RSecure PC Lock |
It would be nice if you could take down the source code.
Certainly. Done. |
Topic: RSecure Software - RSecure PC Lock |
LBJ
Replies: 28
Views: 888
|
Forum: Scripts & Functions Posted: Fri May 02, 2008 1:19 am Subject: RSecure Software - RSecure PC Lock |
OK. I'm confused, but totally willing to comply.
then it is not secure. would you like some of the source code?
lol, go for it. That way I can make a patch.
I'm waiting........
lol
i go ... |
Topic: RSecure Software - RSecure PC Lock |
LBJ
Replies: 28
Views: 888
|
Forum: Scripts & Functions Posted: Thu May 01, 2008 2:38 am Subject: RSecure Software - RSecure PC Lock |
There may be two different conversations in play here.
The thing is, you guys can manipulate it and do whatever it is you do, but the version I created is on my website and will keep your system sa ... |
Topic: 1.0.47.06 Array references when Gui is within a function |
LBJ
Replies: 2
Views: 231
|
Forum: Ask for Help Posted: Sun Mar 30, 2008 11:24 pm Subject: 1.0.47.06 Array references when Gui is within a function |
The work around in your second script is to define your array as global.
I hope this is helpful...
Thanks jballi. That's what I ended up doing, and yes, you were helpful.
I did a bit of head ... |
Topic: 1.0.47.06 Array references when Gui is within a function |
LBJ
Replies: 2
Views: 231
|
Forum: Ask for Help Posted: Sun Mar 30, 2008 8:37 am Subject: 1.0.47.06 Array references when Gui is within a function |
The following two code examples show the same gui with the exception that the second version is wrapped in a function.
In each instance I've created a simple two element array with items fArray1 = ... |
Topic: Wildcard Folders |
LBJ
Replies: 15
Views: 616
|
Forum: Wish List Posted: Tue Mar 11, 2008 11:56 am Subject: Wildcard Folders |
if (i:=RegExMatch(Pattern,"(?<=That would allow wildcards only at the end of the name. Notice the pattern I used in my test: ?u*y.
You're absolutely correct of course.  |
Topic: Wildcard Folders |
LBJ
Replies: 15
Views: 616
|
Forum: Wish List Posted: Tue Mar 11, 2008 4:21 am Subject: Wildcard Folders |
...So how short is this function going to get?
I doubt it will get much shorter, but building on the excellent solution of lexiKos, the line...
if (i:=RegExMatch(Pattern,"Glob(list, &qu ... |
Topic: Wildcard Folders |
LBJ
Replies: 15
Views: 616
|
Forum: Wish List Posted: Sun Mar 09, 2008 12:31 am Subject: Wildcard Folders |
It seems too simple... maybe I missed something?
Not at all! That's a perfectly elegant solution.
What I didn't say is it's only of benefit if you specifically have a use for it. I don't. ... |
Topic: Wildcard Folders |
LBJ
Replies: 15
Views: 616
|
Forum: Wish List Posted: Sat Mar 08, 2008 1:19 pm Subject: Wildcard Folders |
It is merely a convenience; the loop or command is recursing for each wildcard, instead of requiring the programmer to do so explicitly.
Yes, I follow what you're saying and what you coded, but you ... |
Topic: Wildcard Folders |
LBJ
Replies: 15
Views: 616
|
Forum: Wish List Posted: Sat Mar 08, 2008 7:27 am Subject: Wildcard Folders |
Why not simply...
Loop, %A_AppData%\.purple\logs\aim\*, 2
{
Loop, %A_LoopFileLongPath%\randommsn\*.html
{
;...
}
}
Until you've used unix style gl ... |
Topic: Wildcard Folders |
LBJ
Replies: 15
Views: 616
|
Forum: Wish List Posted: Thu Mar 06, 2008 6:43 am Subject: Wildcard Folders |
I absolutely agree that the *nix style of wildcard globbing is a truly elegant tool when used with certain file structures.
Web servers and mail servers in particular are very easily controlled wit ... |
Topic: (Opinions, Please) gather unique pc info |
LBJ
Replies: 2
Views: 104
|
Forum: Ask for Help Posted: Thu Feb 28, 2008 3:56 am Subject: (Opinions, Please) gather unique pc info |
You may like to look at...
http://www.autohotkey.com/forum/viewtopic.php?t=5763 |
Topic: Read past errant 1A (eof) char in text file |
LBJ
Replies: 4
Views: 187
|
Forum: Ask for Help Posted: Wed Sep 19, 2007 8:00 am Subject: Read past errant 1A (eof) char in text file |
G'day Skan,
Yes.
We just block read it, remove any 0x1A characters, and then parse it to the mainline logic. It does the job without any drama.
Best Regards,
LBJ |
Topic: Read past errant 1A (eof) char in text file |
LBJ
Replies: 4
Views: 187
|
Forum: Ask for Help Posted: Wed Sep 19, 2007 12:26 am Subject: Read past errant 1A (eof) char in text file |
G'day Skan,
Thanks for that.
We've scanned through all the documentation and really decided there's no option. We now pre-process the file in binary mode prior to the text based access. It adds ... |
| |