Re: Droplets (TRACEROUTE)
Re: Droplets (TRACEROUTE)
- Subject: Re: Droplets (TRACEROUTE)
- From: Mat <email@hidden>
- Date: Mon, 07 Apr 2003 09:52:15 -0400
I often do a ping and traceroute combination. I use
/Applications/Utilities/Network Utilities.app
What i did (with about 2 weeks of applescript experience, so AS gurus, chill
with my coding ;o)
-------------------
tell application "Finder" to activate application "Network Utility"
tell application "System Events" to tell process "Network Utility"
--starting ping
click the third radio button of tab group of window "Network Utility"
keystroke "v" with command down
click button "Ping" of tab group of window "Network Utility"
--starting traceroute
click fifth radio button of tab group of window "Network Utility"
keystroke "v" with command down
click button "Trace" of tab group of window "Network Utility"
end tell
-------------------
All i have to do for this script to work is have an ip in the clipboard.
I usually check out logs (ftp and web) and then copy the ip in the
clipboard, then lauch the script
Hope my newbism helps !
Le 4/6/03 19:57, + Mr Tea ; <email@hidden> a icrit :
>
This from John White - dated 06-04-03 11703 pm:
>
>
> Is it possible to make a droplet that will work when selected text is
>
> dropped?
>
>
You might have more luck with a watched folder that uses an application like
>
Tex-Edit plus to get the contents of the clipping.
>
>
>
>
Nick
>
pp Mr Tea
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.