RaZ0r Posted October 9, 2011 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.
bogQ Posted October 9, 2011 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.
E1M1 Posted October 9, 2011 Posted October 9, 2011 or you could make ini file and then use iniread. edited
Spiff59 Posted October 9, 2011 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
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