GEOSoft Posted June 25, 2009 Share Posted June 25, 2009 If it helps at all there is a Spanish help file for an older version of AutoIt herehttp://www.autoitscript.com/autoit3/docs.shtmlAnd there is also a Spanish AutoIt forum herehttp://www.emesn.com/autoitforum/ George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!" Link to comment Share on other sites More sharing options...
10031992 Posted June 25, 2009 Share Posted June 25, 2009 I have seen this document, but I think he should be stuck in the same updated autoit Thanks for Forum , I going look -------------------------------------------------------------------------------------------------------------------------------------------- [center][/center][center]Autoit Support Forum in Portuguese | AutoitBrasil.com[/center] [sub]My Script :[/sub]Simples Login for Program Link to comment Share on other sites More sharing options...
ludocus Posted June 25, 2009 Share Posted June 25, 2009 Pretty cool I made something a bit like this (Custombox in my sig) Link to comment Share on other sites More sharing options...
10031992 Posted June 25, 2009 Share Posted June 25, 2009 I do not understand very well what the script is -------------------------------------------------------------------------------------------------------------------------------------------- [center][/center][center]Autoit Support Forum in Portuguese | AutoitBrasil.com[/center] [sub]My Script :[/sub]Simples Login for Program Link to comment Share on other sites More sharing options...
10031992 Posted June 26, 2009 Share Posted June 26, 2009 Get a login to my programBut he is showing an error, that soon after the login is "Login succ .." and opens the box, select the version (BRAZIL or Spain), and nothing happens after thatI think it must be a silly mistake, but I am not thinking you's look pleasehttp://www.autoitscript.com/forum/index.php?showtopic=97394 -------------------------------------------------------------------------------------------------------------------------------------------- [center][/center][center]Autoit Support Forum in Portuguese | AutoitBrasil.com[/center] [sub]My Script :[/sub]Simples Login for Program Link to comment Share on other sites More sharing options...
weezypenguin Posted July 30, 2009 Share Posted July 30, 2009 Hi BrettF I if you could help me out. Your login script is sweet and is excatly what i need. BUT is there anyway to hard code into the script the user and password. This way isng to have dosent have to be typed. Also is it is hard coded it will just login with no user intervention? I have a siuation where i am trying to get a pc to login automatically so i can you a keystoke script to run an application. I hope you can help, this is driving me insane. Especially since it is Footy season. Too many game sto watch and not enough time to work this kind of things out. Many Thanks Link to comment Share on other sites More sharing options...
BrettF Posted July 31, 2009 Author Share Posted July 31, 2009 (edited) Not sure exactly what you want, but you can't have tried very hard. Please see these lines: Local $username = GUICtrlCreateInput('', 8, -1, $hWidth - 81, 21) Local $password = GUICtrlCreateInput('', 8, -1, $hWidth - 81, 21, 32);, $ES_PASSWORD) If you can't be bothered to work on it yourself, what makes you think I can be bothered to do it for you? >_< EDIT: BTW Storing it defeats the purpose of it. Edited July 31, 2009 by BrettF Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
weezypenguin Posted August 5, 2009 Share Posted August 5, 2009 Thanks Brett.I admit i am no expert with this kind of stuff, and i assure you i looked.The reason for storing the password is to how a script that will automatically login into a machine unattended.I am trying to then have ascript that will run a series of keystroke command to run an application.I appricate the help.Many ThanksNot sure exactly what you want, but you can't have tried very hard. Please see these lines:Local $username = GUICtrlCreateInput('', 8, -1, $hWidth - 81, 21)Local $password = GUICtrlCreateInput('', 8, -1, $hWidth - 81, 21, 32);, $ES_PASSWORD)If you can't be bothered to work on it yourself, what makes you think I can be bothered to do it for you? >_< EDIT:BTW Storing it defeats the purpose of it. Link to comment Share on other sites More sharing options...
BrettF Posted August 5, 2009 Author Share Posted August 5, 2009 Then you need to look for loging in, not this function, unless I am missing something... :| This will not log your computer in. Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! 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