Oldschool Posted March 15, 2008 Posted March 15, 2008 The function never succeeds ime. I have tried it with various PIDs and with the default -1 value and it always returns False. Does anyone have a working example of this thing?
PsaltyDS Posted March 15, 2008 Posted March 15, 2008 The function never succeeds ime.I have tried it with various PIDs and with the default -1 value and it always returns False.Does anyone have a working example of this thing?One possibility (from MSDN):A process can be attached to one console. If the calling process is already attached to a console, AttachConsole fails with ERROR_ACCESS_DENIED. 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
Oldschool Posted March 16, 2008 Author Posted March 16, 2008 One possibility (from MSDN): Makes sense, I guess running FreeConsole would be the thing to do prior to trying to attach...What is the intended purpose of this func?FreeConsole==> Attach Console ==> ConsoleRead?
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