
Ah well, AHK is not needed in this case but, who cares?

Icfu
Moderators: Hacker, petermad, Stefan2, white
IcfuUnlocker 1.5.1 - 05/05/2005
- Now you have the choice during install between the Explorer extension or a SendTo shortcut or both or neither. Thanks to Icfu and Marcus for the suggestion
- Added a silent mode for people who want to use unlocker as a command line. The syntax is: unlocker.exe filename /S (or -S) and it will unlock all found handles without showing the window. Thanks to Ghenadie Cotaga for the suggestion
Sorry, but I don't know how to get that application name. Do you know?One small (?) request: another field, that shows the application that locks that particular file!
So, you suggest to add 3rd field and to delete 2nd... what about case when plugin failed to get application name?don't need 3th field, just put the name of the app in place where you stored "locked" string
I will check this out. Why don't U contact author of the Unlocker for the tips ? He might help since your plug is to be used in combination with Unlocker.... Ok.. I will do that.Sorry, but I don't know how to get that application name. Do you know?
What about "<Unknown App>" ?what about case when plugin failed to get application name?
[humour] Indeed, we don't need war-codes ! [/humour]…peace of code…
May you can use the sysinternals handle commandline program (freeware) to obtain the "Locker" (EXE file name of the locking program is retrieved) of a file. The program writes the output to stdout. So you could read and parse the output.Alextp wrote:Sorry, but I don't know how to get that application name. Do you know?
Code: Select all
Process Process ID Win32 API Parameters Return Value Status GetLastError
Handle 0x1AC NtProtectVirtualMemory Stack8:0x12FD08, Stack9:0x77E616B4, Stack10:0xFFFFFFFF Un-Documented SUCCESS 0
Handle 0x1AC NtQueryInformationToken token:0xDC, tokeninfoclass:0x1, tokeninfo:0x12E92C, tokeninfolength:0x800, retlen:0x12E924 0x0 SUCCESS 0
......
......