Hyflex Posted April 29, 2007 Posted April 29, 2007 i Need help with only two lil things... Changeing: WinWait("GunLaunch","") If Not WinActive("GunLaunch","") Then WinActivate("GunLaunch","") WinWaitActive("GunLaunch","") So it can read the Directory of the file... instead Cos the name of the file is the actual location of it so for example: C:\Program Files\Game\GunLaunch.exe And i need it so my INI Read can send a whole string of text... So in my INI File i have Username = XxXGoD In my autoit file i got: Username = IniRead(@ScriptDir & "\config\Config.ini", "Account", "Username", "User") And then how do i get the Send Fuction to send that whole string of text?
Zedna Posted April 29, 2007 Posted April 29, 2007 $Username = IniRead(@ScriptDir & "\config\Config.ini", "Account", "Username", "User") Send($Username) Resources UDF ResourcesEx UDF AutoIt Forum Search
Hyflex Posted April 29, 2007 Author Posted April 29, 2007 Ahh Thanks, i was trying all sorts with & and " lol What about the winwait..... Also can i do a Run off a spesific file in a spesific folder, sorted out by the ini file...
Shevilie Posted April 29, 2007 Posted April 29, 2007 Well I really dont know what you want it to do.. try explaining it in another way Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit
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