Ok so right now I'm working on proof of concept and using win automation to try it out(I know use real man's lanuguage but just trying to get my idea hammered out). I've got the whole thing mainly made the only problem I'm having is with my Login.
I have a text file set-up as email:pass. I have it as a list so I'm loading list one at a time so I have...
1@email.com:1pass and I can get the email to load but not the pass. I know in c# I could just say got to the : and enter that text then everything after the : post as pass. But with winautomation I can't figure out how to do this. Now I could set all my passwords the same and just go in and set the user name to %TxtList[0]%, pass DIRECTLY samepass. But if using say Desklock all the accounts won't have the same pass.
Any idea winautomation people? Cause after I can get this to work I will begin to code it in C#