Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Make a bat file to login on a website  (Read 12220 times)

0 Members and 1 Guest are viewing this topic.

dahlbo

  • Guest
Make a bat file to login on a website
« 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

Geek-9pm


    Mastermind
  • Geek After Dark
  • Thanked: 1026
    • Gekk9pm bnlog
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
Re: Make a bat file to login on a website
« Reply #1 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.

mollymurphy



    Greenhorn
  • Kitty
    • Experience: Familiar
    • OS: Windows 7
    Make a bat file to login on a website
    « Reply #2 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/
    Games

    DaveLembke



      Sage
    • Thanked: 662
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: Make a bat file to login on a website
    « Reply #3 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!!!