Computer Hope

Microsoft => Microsoft DOS => Topic started by: dahlbo on December 21, 2010, 10:16:06 AM

Title: Make a bat file to login on a website
Post by: dahlbo on December 21, 2010, 10:16:06 AM
Hi
Can any one help me, i need a bat file or scrips to VIA timer to start firefox and a special website and then log in one the website, the website is a https a site, NOTE! it is legal

Please help
Title: Re: Make a bat file to login on a website
Post by: Geek-9pm on December 21, 2010, 02:33:56 PM
More info is needed.
What OS are you using?
What prevents you from logging on automatically?
Is this to be a batch to log on on over the LAN? I mean are you going to be on computer B and log compeer A on a web site using Firefox on computer A while you are at the command prompt on computer B?
I am guessing, but that is the only way it would make sense. I guess.
Title: Make a bat file to login on a website
Post by: mollymurphy on December 21, 2010, 06:21:30 PM
This does not answer your question but might get you started.

Code: [Select]
start  "C:\Program Files\Internet Explorer\iexplorer.exe" http://ww2.cox.com/
Title: Re: Make a bat file to login on a website
Post by: DaveLembke on December 21, 2010, 06:56:30 PM
To Log on to a website you will need more than just batch using a START IE "URL" process, but a macro that can handle passing mouse position and keystrokes. I use Jitbit Macro Creator for these types of automated tasks. Cheap and easy to use! Also you can create powerful exe's out of it!!!