Page 1 of 1
Opening Webpages?
Posted: 12 Mar 2010 19:49
by ngc0202
I was writing a BATCH program to open pages, and I know how to, but is there anyway to make it so it automatically type in the user/pass for webpages automatically.
Re: Opening Webpages?
Posted: 13 Mar 2010 10:27
by prabhu
mail me:
e_mailme64@yahoo.com for any related scripts
Re: Opening Webpages?
Posted: 13 Mar 2010 11:19
by aGerman
There is no way using native batch. If it would be possible to operate on your special web page only with the keyboard (without mouse) then the SendKeys method (VBScript) could be a possibility.
http://msdn.microsoft.com/en-us/library/8c6yea83%28VS.85%29.aspxRegards
aGerman
Re: Opening Webpages?
Posted: 13 Mar 2010 13:45
by ngc0202
EDIT: That didn't work...is there any other way to make it simulate keypresses?