Mugen Posted March 8, 2015 Share Posted March 8, 2015 This is pretty cool script. I think that I found a solution for the Send Enter problem. Local $ret = DllCall("kernel32", "ptr", "GetConsoleWindow") If Not @error Then DllCall("user32", "bool", "PostMessage", _ "hwnd", $ret[0], _ "uint", 256, _ ; WM_KEYDOWN "wparam", 13, _ ; VK_RETURN "lparam", 0) EndIf Link to comment Share on other sites More sharing options...
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