caramen Posted April 12, 2006 Share Posted April 12, 2006 (edited) Hi all this is Caramen i am realy beginner then i try modify some script ~~ i got a script and i whant this code do something but dunno how i explain i got in a setting ini file A= xxxxxxx B= xxxx C=xx i whant my script do : whrite :"{enter} /w *xcaramenx A {enter}" whrite :"{enter} /w *xcaramenx B {enter}" whrite :"{enter} /w *xcaramenx C {enter}" etc ... ty all Edited April 12, 2006 by caramen My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki Link to comment Share on other sites More sharing options...
cdkid Posted April 12, 2006 Share Posted April 12, 2006 Ok, let's say your INI file looks like this [Messages] a=message1 b=message2 c=message3 then use $ini = "PATH TO INI FILE.INI" Send("{ENTER}/w *xcameramenx " & IniRead($ini, "messages", "a", "NONE SPECIFIED") & "{ENTER}") Send("{ENTER}/w *xcameramenx " & IniRead($ini, "messages", "b", "NONE SPECIFIED") & "{ENTER}") Send("{ENTER}/w *xcameramenx " & IniRead($ini, "messages", "c", "NONE SPECIFIED") & "{ENTER}") PS: it's write not whrite ~cdkid AutoIt Console written in C#. Write au3 code right at the console :D_FileWriteToLineWrite to a specific line in a file.My UDF Libraries: MySQL UDF Library version 1.6 MySQL Database UDF's for AutoItI have stopped updating the MySQL thread above, all future updates will be on my SVN. The svn location is:kan2.sytes.net/publicsvn/mysqlnote: This will still be available, but due to my new job, and school hours, am no longer developing this udf.My business: www.hirethebrain.com Hire The Brain HireTheBrain.com Computer Consulting, Design, Assembly and RepairOh no! I've commited Scriptocide! Link to comment Share on other sites More sharing options...
caramen Posted April 12, 2006 Author Share Posted April 12, 2006 Ok, let's say your INI file looks like this [Messages] a=message1 b=message2 c=message3 then use $ini = "PATH TO INI FILE.INI" Send("{ENTER}/w *xcameramenx " & IniRead($ini, "messages", "a", "NONE SPECIFIED") & "{ENTER}") Send("{ENTER}/w *xcameramenx " & IniRead($ini, "messages", "b", "NONE SPECIFIED") & "{ENTER}") Send("{ENTER}/w *xcameramenx " & IniRead($ini, "messages", "c", "NONE SPECIFIED") & "{ENTER}") PS: it's write not whrite ~cdkid no work sorry in ini file A or B or C can be changed value i forgot to say it maybe coze that ... My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki Link to comment Share on other sites More sharing options...
caramen Posted April 12, 2006 Author Share Posted April 12, 2006 Re i a find a worjing code : Send("{ENTER}") Send("/w *xcaramenx ") Sleep (250) Send ($A) Sleep (250) Send ($ Sleep (250) Send ('{ENTER}') But i got other problem now i think it s the easyer line 2 no work Send("/w *xcaramenx ") why after push enter Autoit dont wrHite : "/w *xcaramenx " help me plzzz My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki Link to comment Share on other sites More sharing options...
caramen Posted April 12, 2006 Author Share Posted April 12, 2006 again me it was just coze no deley xD ok finish code is : Send("{ENTER}") Sleep (250) Send("/w *xcaramenx ") Sleep (250) Send ($A) Sleep (250) Send ($ Sleep (250) Send ('{ENTER}') ty for helping My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki Link to comment Share on other sites More sharing options...
GodandRock Posted April 12, 2006 Share Posted April 12, 2006 So is your problem solved or what? I really didn't get whats the problem you were having... [font="Fixedsys"][size="3"][u][font="Franklin Gothic Medium"] [/font][/u][/size][/font] Link to comment Share on other sites More sharing options...
caramen Posted April 12, 2006 Author Share Posted April 12, 2006 So is your problem solved or what? I really didn't get whats the problem you were having...problem solved xD ty My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki 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