need help urgent

Discussion in 'Software' started by hanikhurana, May 31, 2012.

  1. hanikhurana

    hanikhurana Private E-2

    i'm new in programming i want to create a batch file open's a website and write my login details in it and login.

    i know the basic how to make a batch file just wanted to know which command's are used to do it

    thanks in advance.

    wbr,
    hanikhurana
     
  2. GermanOne

    GermanOne Guest

    There is no command in batch to achieve that. More verbose: You can open the website in your default browser or in each other installed browser using ...
    Code:
    start "" "http://www.whatever.com"
    ... for the default browser. Or e.g. ...
    Code:
    start "" "firefox.exe" -new-tab "http://www.whatever.com"
    ... for Firefox explicitly. No problems so far.
    Sending mouse input or keyboard input to another window is not supported at all though.

    If you like to use a language that windows has "on board" then you could try out VBScript. It supports keyboard input but no mouse input. That means you have to check whether or not you can reach the elements in your login form via keyboard only (e.g. tab-, enter-, space-key etc.).

    See:
    SendKeys Method
    You'll find a lot of examples in the internet.

    Regards
    GermanOne
     
  3. hanikhurana

    hanikhurana Private E-2

    First of all thanks for your reply.
    i appreciate ;) it

    Those commands what you ve posted i already tried.
    i really want just in single click that the tasks what i ve posted before been processed in one click if you have any simple salution please post your help will be greatfull to me thanks very much
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds