RaZ0r 0 Posted October 9, 2011 Hello ! I have problem in my script. This is simple of my txt file : account1:pass1 account2:pass2 account2:pass3 I want to read this 1st string from txt file to a " $accountname " and " $accountpass1" then check if strings in my vars not exists in another txt file. If not exist then script handle this vars but if exist script should read next line from 1st txt file ( account2:pass2). Thank you. Share this post Link to post Share on other sites
bogQ 91 Posted October 9, 2011 you did not post any code look in the help file for: _FileReadToArray StringSplit _ArraySearch TCP server and client - Learning about TCP servers and clients connectionAu3 oIrrlicht - Irrlicht projectAu3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related)There are those that believe that the perfect heist lies in the preparation.Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost. Share this post Link to post Share on other sites
E1M1 8 Posted October 9, 2011 or you could make ini file and then use iniread. edited Share this post Link to post Share on other sites
Spiff59 54 Posted October 9, 2011 (edited) Search the forums using "compare text files" and you'll find a lot of pertinent threads. Then put together some sort of script, and if you're having issues, post what you have and I'm sure many will be glad to assist. Edited October 9, 2011 by Spiff59 Share this post Link to post Share on other sites