| Author |
Message |
Topic: Binary and Decimal conversion |
pkutter
Replies: 4
Views: 1420
|
Forum: Scripts & Functions Posted: Thu Feb 04, 2010 6: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: 1420
|
Forum: Scripts & Functions Posted: Thu Feb 04, 2010 12:55 am 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: 215
Views: 30227
|
Forum: Scripts & Functions Posted: Sun Dec 20, 2009 6: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: 215
Views: 30227
|
Forum: Scripts & Functions Posted: Sun Dec 20, 2009 6: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: 215
Views: 30227
|
Forum: Scripts & Functions Posted: Wed Nov 04, 2009 4: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: 519
|
Forum: Ask for Help Posted: Sat Oct 31, 2009 9: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: 249
|
Forum: Ask for Help Posted: Mon May 11, 2009 9: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: 249
|
Forum: Ask for Help Posted: Mon May 11, 2009 4: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: 57746
|
Forum: Scripts & Functions Posted: Mon May 11, 2009 4: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 ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
pkutter
Replies: 416
Views: 57746
|
Forum: Scripts & Functions Posted: Fri Apr 24, 2009 5:38 pm Subject: xpath v3 - read and write XML documents with XPath syntax |
Hi Gregster,
Thanks for taking the time to look at it. It's probably obvious, but I've only been using AHK for a couple of months now and have no previous programming experience, so I apologize for s ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
pkutter
Replies: 416
Views: 57746
|
Forum: Scripts & Functions Posted: Thu Apr 23, 2009 6:00 pm Subject: Trying to write a script that will modify all xml files |
| I'm trying to write a script to recursively modify all XML files in a user profile folder. I'm not sure if this is a problem with my syntax in AHK or xpath. I suspect that it's either that it doesn't ... |
| |