I saw some guy had file( i guess a bat file), on a click on the bat file he was able to login to multiple sites.(perhaps it was done using VB)
I looked for such a script on the google but didn't find anything useful. I know a bit of C++, unix,(also some html and java script) I don't know if it can be done on windows machine using these languages but even if it could be done I think it would be dificult compared to VB or C## or some other high level languages.
I learned how to open multiple sites using basic windows batch commands enclosed in a bat file like:
start http://www.gmail.com
start http://stackoverflow.com
But still I can't figure out how would actually a click on the bat file would help me to login to the sites also without even typing the username and password.
Do I need to start learning VB(visual basic),dot net, or windows batch programming to do this.is this so dificult.. Please help. (one more thing : can I use it to login to remote desktops also)