Opening Webpages?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
ngc0202
Posts: 2
Joined: 12 Mar 2010 19:46

Opening Webpages?

#1 Post by ngc0202 » 12 Mar 2010 19:49

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.

prabhu
Posts: 2
Joined: 13 Mar 2010 09:59

Re: Opening Webpages?

#2 Post by prabhu » 13 Mar 2010 10:27

mail me: e_mailme64@yahoo.com for any related scripts

aGerman
Expert
Posts: 4678
Joined: 22 Jan 2010 18:01
Location: Germany

Re: Opening Webpages?

#3 Post by aGerman » 13 Mar 2010 11:19

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

ngc0202
Posts: 2
Joined: 12 Mar 2010 19:46

Re: Opening Webpages?

#4 Post by ngc0202 » 13 Mar 2010 13:45

EDIT: That didn't work...is there any other way to make it simulate keypresses?

Post Reply