Re: Can you write this script?
- From: Tom Lavedas <tglbatch@xxxxxxx>
- Date: Mon, 01 Oct 2007 21:21:49 -0000
On Oct 1, 12:55 pm, John <J...@xxxxxxxxxxxxxxxxxxxxxxxxx> 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 help.
Thanks.
"John" wrote:
Hi all,
Can you write this batch script that when users are at network, they can run
this websitehttp://url?
Please help.
ping -n 1 10.1.1.1 | find "TTL=" > nul
if not errorlevel 1 "pathspec\myapp.exe"
Tom Lavedas
===========
http://members.cox.net/tglbatch/wsh/
.
- Prev by Date: Re: Notifying users of account expiration
- Next by Date: Re: Recording AD Logons to SQL Database
- Previous by thread: Re: Notifying users of account expiration
- Next by thread: Re: Recording AD Logons to SQL Database
- Index(es):
Relevant Pages
|