Hi there,
I am not a guru in writting batch files, however I face a situation here, that i want to share with u to get the solution…
In this file batch file…
@ECHO OFF
ECHO This is a batch file
ECHO Staring URL …
:BEGIN
Start http://www.xxxxxxxx.com/
ping -n 20 127.0.0.1 > nul:
Start http://www.xxxxxxxx.com/
ping -n 20 127.0.0.1 > nul:
GOTO BEGIN
PAUSE
EXIT
basically these are the URLs that i get after i click a link in an already opened Window (The main window of a software that requires username and password at startup).
so when i run this script it throws me to the same window that requires username n password at the start of the Main Window.
I want it to behave same as manual procedure. means i don’t want to click on the main window to open these links and don’t want to be prompted for username and password.
Quick response will be highly appreciate..
THX n Regd
WUMM