Search found 1 match

by michelvaillancourt
30 Aug 2018 02:55
Forum: DOS Batch Forum
Topic: Automatically enter the login details batch file
Replies: 2
Views: 9564

Automatically enter the login details batch file

Hi, I have created a batch files that open a few websites in chrom. My problem is that i would like it to open them and enter the login details like : email and password and user and password. can some one help me? Code: @ECHO OFF SET BROWSER=chrome.exe SET WAIT_TIME=2 START %BROWSER% -new-tab "http...