ping -n 1 10.1.1.1 1>nul 2>&1
if %errorlevel% equ 0 start iexplore
http://www.google.com
"John" wrote:
> Simply put:
>
> Can you write this batch or script:
>
> ping internal system (10.1.1.1)
> if available
> start myapp
> else
> exit
>
> I am stuck here and please .
> Thanks.
> "John" wrote:
>
> > Hi all,
> >
> > Can you write this batch script that when users are at network, they can run
> > this website http://url?
> >
> > Please .