EliTe_ThuT Posted November 27, 2007 Posted November 27, 2007 Hey, I'd like to know if there is a function to change the process priority...of the script Thanks a lot
PsaltyDS Posted November 27, 2007 Posted November 27, 2007 (edited) Hey,I'd like to know if there is a function to change the process priority...of the scriptGot help file?ProcessSetPriority(@AutoItPID, 4) Edited November 27, 2007 by PsaltyDS Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Uten Posted November 27, 2007 Posted November 27, 2007 (edited) ProcessSetPriority(@AutoItPID,0) EDIT: Crap, @PsaltyDS you beet me to it. I need to practice.. Edited November 27, 2007 by Uten Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
EliTe_ThuT Posted November 27, 2007 Author Posted November 27, 2007 (edited) Got help file?ProcessSetPriority(@AutoItPID) Yeah I got the help file...and I looked in it at least 20 minutes before to post here. I found the ProcessSetPrioritiy...I just didn't know there was a macro AutoItPID...Anyway.Thanks Edited November 27, 2007 by EliTe_ThuT
PsaltyDS Posted November 27, 2007 Posted November 27, 2007 Yeah I got the help file...and I looked in it at least 20 minutes before to post here. I found the ProcessSetPrioritiy...I just didn't know there was a macro AutoItPID...Anyway.ThanksNote that I typo'd that, leaving off the priority level parameter. But it's fixed now... Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
EliTe_ThuT Posted November 27, 2007 Author Posted November 27, 2007 Yeah I noticed it. Tried it in my code, working great.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now