| Author |
Message |
Topic: Put here requests of problems with regular expressions |
pkutter
Replies: 661
Views: 36895
|
Forum: Ask for Help Posted: Thu Jul 29, 2010 2:52 pm Subject: Put here requests of problems with regular expressions |
Thanks sinkfaze, that worked great. I appreciate it.  |
Topic: Put here requests of problems with regular expressions |
pkutter
Replies: 661
Views: 36895
|
Forum: Ask for Help Posted: Wed Jul 28, 2010 4:42 pm Subject: Put here requests of problems with regular expressions |
I'd like to remove any line that contains NMError. I've tried a bunch of regexes, but can't seem to get it to match correctly. In this case, the INSERT Win32_FloppyDrive line.
Thanks,
Pete
... |
Topic: Use RegExReplace to replace everything between `r and = |
pkutter
Replies: 7
Views: 362
|
Forum: Ask for Help Posted: Wed Jul 21, 2010 6:09 pm Subject: Use RegExReplace to replace everything between `r and = |
| Woohoo! This is what worked. Thank you everyone. Turns out I didn't need regex for the second part of this task (or first depending on how you read it), but I've learned a great deal more about it wit ... |
Topic: Use RegExReplace to replace everything between `r and = |
pkutter
Replies: 7
Views: 362
|
Forum: Ask for Help Posted: Wed Jul 21, 2010 4:58 pm Subject: Use RegExReplace to replace everything between `r and = |
| Thanks a4u, Yes that works well too for my first problem. I'm assuming that the single regexreplace will be faster than the one that sinkfaze posted? Not that it will probably matter much at this poin ... |
Topic: Use RegExReplace to replace everything between `r and = |
pkutter
Replies: 7
Views: 362
|
Forum: Ask for Help Posted: Wed Jul 21, 2010 1:55 pm Subject: Use RegExReplace to replace everything between `r and = |
| Thank you for all of the replies. a4u, That seems to do everything, but it still leaves either a carriage return or line feed between each result. Sinkfaze, that works great for my current problem, th ... |
Topic: Use RegExReplace to replace everything between `r and = |
pkutter
Replies: 7
Views: 362
|
Forum: Ask for Help Posted: Tue Jul 20, 2010 2:50 pm Subject: Use RegExReplace to replace everything between `r and = |
I'd like to remove all of the carriage returns and field names so that I just have the data. I will later replace the AAAA with commas.
I've been working on this for a few hours, searching the foru ... |
Topic: Binary and Decimal conversion |
pkutter
Replies: 4
Views: 3144
|
Forum: Scripts & Functions Posted: Thu Feb 04, 2010 5:18 am Subject: Binary and Decimal conversion |
Ah, yes.... I had seen that once before... sorry.  |
Topic: Binary and Decimal conversion |
pkutter
Replies: 4
Views: 3144
|
Forum: Scripts & Functions Posted: Wed Feb 03, 2010 11:55 pm Subject: Works great! |
| Thanks infogulch, I was looking for something similar about a year ago. I don't remember why I needed it any more though... I think I was working on subnet calculations. Any chance of doing a hex conv ... |
Topic: SW copy protection |
pkutter
Replies: 289
Views: 52314
|
Forum: Scripts & Functions Posted: Sun Dec 20, 2009 5:20 am Subject: SW copy protection |
| Oh, also, You just need this portion in your script just like you have it now, being that you said it was working. It shouldn't be added to SWProtect-Internal.ahk or SWProtect-GUI.ahk |
Topic: SW copy protection |
pkutter
Replies: 289
Views: 52314
|
Forum: Scripts & Functions Posted: Sun Dec 20, 2009 5:14 am Subject: SW copy protection |
Hi Tom,
This line already has the 2 examples in it.
SWP_Initialize( 0x81645732, 0x19573549 )
You can also add up to 8 keys like this. There's only 4 keys in this example.
SWP_Initialize& ... |
Topic: SW copy protection |
pkutter
Replies: 289
Views: 52314
|
Forum: Scripts & Functions Posted: Wed Nov 04, 2009 3:36 am Subject: Is there a way to include a number of licenses in reg code? |
Huge thank you to Laszlo and Icarus. This great.
I've got the software protection working with my software. Now I'm looking for a nice way to also include a number of licenses when I send the regis ... |
Topic: Way to retrieve system information |
pkutter
Replies: 15
Views: 1486
|
Forum: Ask for Help Posted: Sat Oct 31, 2009 8:02 pm Subject: Way to retrieve system information |
I found it.
RegRead, ServicePack, HKEY_LOCAL_MACHINE, SOFTWARE\Microsoft\Windows NT\CurrentVersion, CSDVersion |
Topic: Is there a way to create a contextual menu? |
pkutter
Replies: 4
Views: 453
|
Forum: Ask for Help Posted: Mon May 11, 2009 8:41 pm Subject: Is there a way to create a contextual menu? |
Thanks for all of the replies. Ah, the difference between searching for context and contextual... I suppose I should have tried that.
Thanks,
Pete |
Topic: Is there a way to create a contextual menu? |
pkutter
Replies: 4
Views: 453
|
Forum: Ask for Help Posted: Mon May 11, 2009 3:48 pm Subject: Is there a way to create a contextual menu? |
| I've looked through the help file and searched the forum, but can't find a way to create a contextual menu. It looks like just about all of the other gui functions are available. Is it called somethin ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
pkutter
Replies: 416
Views: 78384
|
Forum: Scripts & Functions Posted: Mon May 11, 2009 3:38 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
Hi Gregster,
Thanks for all of the help. I appreciate it, but I think I'm giving up on xpath for now. I've spent too much time on it, and the simpler, less elegant solution works for now. I may revis ... |
| |