Jump to content

Recommended Posts

Posted

i have a list of usernames and passwords in an excel file (row 1 : username1, password1, row 2 : username2, password2 ... likewise) the work (login, do some work, log out, login with second user, do same work, log out.. likewise) is same for each user. how do i create a script with that?

Posted

Hi @shikherg and welcome to the AutoIt Forum.

From the AutoIt help file you should see this functions which are part of the Excel UDF:
_Excel_RangeRead()

And also if you are going to login to a website you need to look in to IE UDF
Examples and everything is on the help file.

After you try something and you got a problem you can publish here your problem and your code and we will help you.

Regards
Alien.

Posted

Welcome to AutoIt and the forum!

I'm a bit curious. Why would you have userids and passwords in an Excel workbook? That's a big security weakness!
How many users are we talking about?
What is the work you need to do with all those users? Something in a corporate network or the Internet?

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted
  On 5/14/2016 at 3:54 PM, water said:

Welcome to AutoIt and the forum!

I'm a bit curious. Why would you have userids and passwords in an Excel workbook? That's a big security weakness!
How many users are we talking about?
What is the work you need to do with all those users? Something in a corporate network or the Internet?

Expand  

my clients has a lot of clients.. some tax firm..

Posted
  On 5/14/2016 at 5:42 PM, shikherg said:

my clients has a lot of clients.. some tax firm..

Expand  

Very nice and cool... they maybe but almost sure pay you very well... so we still need you do something....
And show us your specific problem....


Regards
Alien.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...