Sunday, July 5, 2009

How to create a batch file that will open up a gmail page with user id and password automatically entered?

for the batch file:


open [insert http://... here]


exit


That is all, (I don't know gmail website). For the user id and such, yeah, use remember me!
How to create a batch file that will open up a gmail page with user id and password automatically entered?
cls


@ECHO OFF





REM gmail.bat


REM will open a browser with the username populated,


REM will have to enter password, unless using 'remember passwords' in the browser selected.





REM replace the 'Email' param with Email='Your Gmail User name'





REM this will open gmail in firefox





"C:\Program Files\Mozilla Firefox\firefox.exe"


"https://www.google.com/accounts/Servi...





REM this will open gmail in IE


explorer "https://www.google.com/accounts/Service...
Reply:You have to options for doing this.


1) Check Remember me on this computer field


2) Install firefox there you will get a addon of gmail manager which signs in automatically.

No comments:

Post a Comment