Opening Webpages?
Moderator: DosItHelp
Opening Webpages?
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?
mail me: e_mailme64@yahoo.com for any related scripts
Re: Opening Webpages?
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.aspx
Regards
aGerman
http://msdn.microsoft.com/en-us/library/8c6yea83%28VS.85%29.aspx
Regards
aGerman
Re: Opening Webpages?
EDIT: That didn't work...is there any other way to make it simulate keypresses?