bat file to sign in

SoulWriter

New member
Local time
3:29 PM
Messages
35
I have a bat file that opens a website. I then click sign in as my ydetails are saved. What do I add to automate the sign in? What code will click the sign in?
 

My Computers My Computers

System One System Two

  • Computer type
    PC/Desktop
    OS
    win 7 64 bit
  • Computer type
    PC/Desktop
We dont have enough information what are you writing the code in? What opens the site ie firefox, IE. Does it display correct login info or do you have to enter it? There is a tool Home - AutoIt that can write to exe and it can record mouse and keyboard so you can simple recorded it and it will write all the code for you
 

My Computer My Computer

Computer type
PC/Desktop
OS
win 8 32 bit
We dont have enough information what are you writing the code in? What opens the site ie firefox, IE. Does it display correct login info or do you have to enter it? There is a tool Home - AutoIt that can write to exe and it can record mouse and keyboard so you can simple recorded it and it will write all the code for you
Task scheduler. The task is start a program which is "C:\Program Files (x86)\Mozilla Firefox\Firefox.exe" mysite.com"

mysite.com has my username/password save and it has a place which I click to sign in. I need it to click itself. What do I add to
"C:\Program Files (x86)\Mozilla Firefox\Firefox.exe" mysite.com"
 

Attachments

  • country.png
    country.png
    2 KB · Views: 9

My Computers My Computers

System One System Two

  • Computer type
    PC/Desktop
    OS
    win 7 64 bit
  • Computer type
    PC/Desktop
You would have to write it as a batch file and use sendkey or use autoit to create a key press in autoit its Send("{Enter}"
 

My Computer My Computer

Computer type
PC/Desktop
OS
win 8 32 bit
I know but what goes after

C:\Program Files (x86)\Mozilla Firefox\Firefox.exe" mysite.com"

in the bat file
 

My Computers My Computers

System One System Two

  • Computer type
    PC/Desktop
    OS
    win 7 64 bit
  • Computer type
    PC/Desktop
Back
Top