CL Posting winautomation ?

merlinkid

BANNED
Joined
Oct 26, 2009
Messages
150
Reaction score
19
Ok got winautomation to work for a full posting on craigslist now all I have to do is get it to fill in the account and password screen and I am home free. Ok I know I could copy and past the full job over and over and enter in a new account and password in each job subsection that I have set up to auto fill the account and password fields on the account page but my question is this.

Does anyone know how to create a........ I believe a variable with all of my accounts and password and then get winautomation to pull one account and one password out and fill in the fields and then on the next pass move down one line and pull another and so on and so forth or am I just screwed and not able to automate this with the winautomation program that particular way any help would be appreciated.
 
If I understand you well, this is you should do:

1. Make a txt file consists of your username and password. Probably in this fomat: username; password. You can use either ";" or "," or any symbols as you delimitter.

2. Make a loop to read the txt file as a list. Probably use For Each function.

3. Within the loop, parse the username and password with any delimiter of your choice and put in into their own variables.

4. Do whatever you want after that.

Hope that help.
 
tks masterwaldo for your reply. Quite simple enough instructions
 
Back
Top