Guest steak Posted August 6, 2004 Posted August 6, 2004 Hi everybody, I am a new Autoit programmer. I would like configure outlook with Autoit. I have two issues. First one, What is the command for run mail, in panel setting. Second one, I have some users, they connect on their computer with their count Windows. And I would like take this user's name for write this in Outlook configuration. WinWaitActive("Configuration de la messagerie - Outlook") Send("{ENTER}") WinWaitActive("Comptes de messagerie") Send("{ENTER}" & "{TAB}" & "{TAB}" & "{TAB}" & "{SPACE}" & "{ENTER}") Send("servermail" & "{TAB}" & "{TAB}") I don't think I'm very clear with my english. But If you help me, thank you very much. Steak
randd Posted August 6, 2004 Posted August 6, 2004 (edited) You don't have to use the & as far as I know. I'm not sure what the "proper" use is, but it works without the & and it's a bit easier on the eyes and fingers. Send("{ENTER}{TAB}{TAB}{TAB}{SPACE}{ENTER}") Edit: Is there a French translation? I think there's a German help file right? I was going to point to the help file but I'm not sure how appropriate that is when it's not the native tongue of the help requestor. Edited August 6, 2004 by randd Raoul S. Duke: Few people understand the psychology of dealing with a highway traffic cop. Your normal speeder will panic and immediately pull over to the side. This is wrong. It arouses contempt in the cop-heart. Make the bastard chase you. He will follow.
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