AutoHotkey Community

It is currently May 23rd, 2012, 10:38 pm

All times are UTC [ DST ]


Search found 75 matches
Search these results:

Author Message

 Forum: Scripts   Topic: RegRead64() and RegWrite64() - no redirect to Wow6432Node

Posted: May 21st, 2010, 2:17 am 

Replies: 28
Views: 12151


But I've found the M$ doc of RegEnumKey(), and I'll try to implement it. With the numerous examples of DLLcalls in this forum and what's I've learned today, that should be possible. I've been meaning to post my RegEnumKey64() , It works for me but not a full replacement for the Reg loop. Example co...

 Forum: Support   Topic: How to extract a Text(DATA) resource from a DLL

Posted: November 13th, 2009, 1:14 am 

Replies: 4
Views: 538


my shot in the dark A miss, reload and try again :D Thanks, but did not work. After I changed GetModuleHandle to LoadLibrary I got a handle I hope. but the rest was zeroes. :( resourcedll := "E:\Games\Batman Arkham Asylum\BmGDFBinary.dll" hModule := DllCall( "LoadLibrary", S...

 Forum: Support   Topic: How to extract a Text(DATA) resource from a DLL

Posted: November 12th, 2009, 1:40 pm 

Replies: 4
Views: 538


Link1 and link2

jonib

 Forum: Support   Topic: How to extract a Text(DATA) resource from a DLL

Posted: November 12th, 2009, 7:14 am 

Replies: 4
Views: 538


I want to extract the XML( GDF ) file embedded in a DLL, that games use to register with the Vista/Win7 Game Explorer. I have searched and found examples to extract images from DLLs but not text. And unfortunately I have given up on how to use DllCall() without a specific example. http://JsBComputin...

 Forum: Scripts   Topic: Usenet Explorer Automatic Updater

Posted: September 21st, 2009, 2:53 pm 

Replies: 2
Views: 1425


I have updated the script to ver 0.52 link to homepage.

Code:
0.52 : 2009-09-15
       Updated to use Usenet Explorers new installer name (32bit for now).


jonib

 Forum: Utilities   Topic: Syntax highlighting support for Eclipse,FAR man and others

Posted: April 22nd, 2009, 11:42 pm 

Replies: 27
Views: 13098


Anonymous wrote:
Would you mind to host (minimum a copy of) your files at http://autohotkey.net ?
Why?
I'll look in to it, I'm going to update the syntax highlighter soonish, I'll consider putting a release in http://autohotkey.net when I do so.

jonib

 Forum: Scripts   Topic: xpath v3 - read and write XML documents with XPath syntax

Posted: January 21st, 2009, 9:25 pm 

Replies: 416
Views: 81150


bmcclure wrote:
Are you using v3 of xpath, or the development (v4) version?
I'm using Version 3.13c, I looked at v4 but it seems Load and Save is missing so I'm not sure how to use it, if it is working.
Edit: I could just use StringReplace to change them back before saving. :wink:

jonib

 Forum: Scripts   Topic: xpath v3 - read and write XML documents with XPath syntax

Posted: January 21st, 2009, 9:15 pm 

Replies: 416
Views: 81150


At first guess, the encoding might be an issue. These functions are outputting the code as iso-8859-1, but your XML file uses Windows-1251. Have you tried it with an XML file using iso-8859-1 encoding? If that was the problem wouldn't all "<" be changed to "&lt;" and those t...

 Forum: Scripts   Topic: xpath v3 - read and write XML documents with XPath syntax

Posted: January 21st, 2009, 4:17 pm 

Replies: 416
Views: 81150


Hi, I need to edit an XML file and xpath seems promising. Unfortunately I'm having a problem with this XML code: <?xml version="1.0" encoding='Windows-1251'?> <!DOCTYPE hrc PUBLIC "-//Cail Lomecb//DTD Colorer HRC take5//EN" "http://colorer.sf.net/2003/hrc.dtd"[ <!-- inc...

 Forum: Scripts   Topic: Usenet Explorer Automatic Updater

Posted: May 30th, 2008, 9:25 am 

Replies: 2
Views: 1425


I have updated my automatic updater to ver 0.20 last was 0.10, biggest change is that my program can update itself automatically, but only if its compiled at the moment.

More info in the first link.

jonib

 Forum: Scripts   Topic: Usenet Explorer Automatic Updater

Posted: May 23rd, 2008, 3:14 am 

Replies: 2
Views: 1425


This is an automatic updater for Usenet Explorer (UE) which is my favorite binary usenet news client. Two years ago there was a request for an automatic update feature in UEs support forum UEs author was not interested and felt that it was not needed. So that gave me the idea to try to do an auto up...

 Forum: Support   Topic: Advanced FileSort

Posted: March 3rd, 2008, 4:34 am 

Replies: 10
Views: 732


nerdz1 wrote:
the script does move the unwanted file extensions too.

If you only want to move .AVI files change the "FileMoveDir" command to:
Code:
FileMove, %A_LoopFileLongPath%, %OutputVar%\%MovieDir%


jonib

 Forum: Support   Topic: Advanced FileSort

Posted: March 1st, 2008, 4:28 pm 

Replies: 10
Views: 732


Example code that seems to do what you want. This one copies with full path: InputVar=N:\Temp\Movies ; Directory where to start searching for files. FileSelectFolder, OutputVar, , 3 ;This allows you to select what directory you want to move to. Loop, %InputVar%\*.avi, , 1 ; Recursive search for *.av...

 Forum: Support   Topic: Batch Par2 Help, CODE PROVIDED

Posted: February 25th, 2008, 11:10 am 

Replies: 15
Views: 2421


nerdy1 help wrote:
yippie i just test the last one , superb, again thank you jonib

You are welcome.

 Forum: Support   Topic: Batch Par2 Help, CODE PROVIDED

Posted: February 25th, 2008, 2:29 am 

Replies: 15
Views: 2421


My last complete code wont work correctly it would move all directory's containing .par2 files. FileSelectFolder, OutputVar, , 3 ;This allows you to select what folder you will do a recursive search in later. if OutputVar = ;if cancelled it exits the script ExitApp else { Loop, %OutputVar%\*.pa...
Sort by:  
Page 1 of 5 [ Search found 75 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group