AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 45 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Replicating CacheSet's (sysinterals) functionality in AHK
strictlyfocused02

Replies: 7
Views: 410

PostForum: Ask for Help   Posted: Thu Feb 04, 2010 1:51 pm   Subject: Replicating CacheSet's (sysinterals) functionality in AHK
So Ive found out I need to enable the SE_INCREASE_QUOTA privelege. Im sure this requires some abiity to use DllCalls. Anyone have any good examples I could look at?
  Topic: Replicating CacheSet's (sysinterals) functionality in AHK
strictlyfocused02

Replies: 7
Views: 410

PostForum: Ask for Help   Posted: Wed Feb 03, 2010 1:10 pm   Subject: Replicating CacheSet's (sysinterals) functionality in AHK
What do you expect a return value from first dll call? May be it is success and the last error call do let a false value return for whole function. I recommend first to save the last error in ErrorLev ...
  Topic: Replicating CacheSet's (sysinterals) functionality in AHK
strictlyfocused02

Replies: 7
Views: 410

PostForum: Ask for Help   Posted: Wed Feb 03, 2010 12:13 pm   Subject: Replicating CacheSet's (sysinterals) functionality in AHK
Heres my attempt, which fails. Hopefully this will give someone an idea for what I am trying to accomplish here and they will be able to give me some pointers.

p := ClearCache()
If no ...
  Topic: Memory Cleanup - A simple GUI for the EmptyWorkingSet API
strictlyfocused02

Replies: 5
Views: 1036

PostForum: Scripts & Functions   Posted: Thu Jan 28, 2010 9:39 am   Subject: Memory Cleanup - A simple GUI for the EmptyWorkingSet API
Anyone tried it? Comments?Do you have another version without tasklist /F CSV ?

Can I ask why? Based on your request Ive got a few different ideas on how to return a list of running processes wit ...
  Topic: Memory Cleanup - A simple GUI for the EmptyWorkingSet API
strictlyfocused02

Replies: 5
Views: 1036

PostForum: Scripts & Functions   Posted: Sat Jan 23, 2010 11:40 am   Subject: Memory Cleanup - A simple GUI for the EmptyWorkingSet API
Anyone tried it? Comments?
  Topic: Replicating CacheSet's (sysinterals) functionality in AHK
strictlyfocused02

Replies: 7
Views: 410

PostForum: Ask for Help   Posted: Wed Jan 20, 2010 8:20 am   Subject: Replicating CacheSet's (sysinterals) functionality in AHK
I posted the script im working on [url=http://www.autohotkey.com/forum/viewtopic.php?p=325107]here in hopes that it will spur some interest and maybe I can get some help in implementing this feature ...
  Topic: Memory Cleanup - A simple GUI for the EmptyWorkingSet API
strictlyfocused02

Replies: 5
Views: 1036

PostForum: Scripts & Functions   Posted: Wed Jan 20, 2010 8:12 am   Subject: Memory Cleanup - A simple GUI for the EmptyWorkingSet API
http://imgur.com/POaw8.png

DescriptionSubmits either all processes minus exclusions or specific processes to the
Features- On-screen log that includes the date and time as well as the process nam ...
  Topic: Replicating CacheSet's (sysinterals) functionality in AHK
strictlyfocused02

Replies: 7
Views: 410

PostForum: Ask for Help   Posted: Wed Jan 13, 2010 6:21 am   Subject: Replicating CacheSet's (sysinterals) functionality in AHK
bump? Anyone? You would very likely be ensuring I get a raise\promotion when my yearly review comes up if I can make this tool work =D haha
  Topic: Replicating CacheSet's (sysinterals) functionality in AHK
strictlyfocused02

Replies: 7
Views: 410

PostForum: Ask for Help   Posted: Sun Jan 10, 2010 1:47 pm   Subject: Replicating CacheSet's (sysinterals) functionality in AHK
[url=http://technet.microsoft.com/en-us/sysinternals/bb897561.aspx]CacheSet - A Microsoft sysinterals tool.

I would like to be able to replicate this programs functionality in AHK. I already have ...
  Topic: EmptyWorkingSet help
strictlyfocused02

Replies: 3
Views: 239

PostForum: Ask for Help   Posted: Wed Dec 30, 2009 12:48 pm   Subject: EmptyWorkingSet help
Just for reference purposes, here is what I ended up doing (with some help) to make it work.

;A function that retreives the process handle from a PID and sends it to the EmptyWorkingSet API. Retur ...
  Topic: EmptyWorkingSet help
strictlyfocused02

Replies: 3
Views: 239

PostForum: Ask for Help   Posted: Thu Dec 24, 2009 6:36 am   Subject: EmptyWorkingSet help
BOOL WINAPI EmptyWorkingSet(
__in HANDLE hProcess
);
So instead of -1, should be this?
DllCall("psapi.dll\EmptyWorkingSet", "Int", ProcArray2, "Int")
...
  Topic: EmptyWorkingSet help
strictlyfocused02

Replies: 3
Views: 239

PostForum: Ask for Help   Posted: Sun Dec 20, 2009 12:38 pm   Subject: EmptyWorkingSet help
Im trying to write a script that will send all my active processes to the EmptyWorkingSet API. Im really struggling to figure out how to get the Var "ProcArray2" (var with the PID) sent to ...
  Topic: SceneRenamer - Renames "Scene" releases of TV Show
strictlyfocused02

Replies: 43
Views: 3795

PostForum: Scripts & Functions   Posted: Sat Dec 12, 2009 12:22 am   Subject: SceneRenamer - Renames "Scene" releases of TV Show
Updated the main post with version 1.42. Just two bug fixes.

Pacheco, Im glad my script was able to suit your needs Very Happy
  Topic: SceneRenamer - Renames "Scene" releases of TV Show
strictlyfocused02

Replies: 43
Views: 3795

PostForum: Scripts & Functions   Posted: Mon Dec 07, 2009 9:11 pm   Subject: SceneRenamer - Renames "Scene" releases of TV Show
ZACH4, my apologies. Apparently the forums have an internal parser that uses &`#44; as a delimter (minus the 2nd char[the accent]) and replaces it with a comma in scripts that are posted but never ...
  Topic: SceneRenamer - Renames "Scene" releases of TV Show
strictlyfocused02

Replies: 43
Views: 3795

PostForum: Scripts & Functions   Posted: Sun Nov 15, 2009 10:57 am   Subject: SceneRenamer - Renames "Scene" releases of TV Show
Updated the main post with a new version (1.40). Its mainly just a bug fix I noticed since TheTVDB is down at the moment. Check out the changelog at the bottom of the script for more info.

I also ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group