Saving "traceroute" results into a variable
Saving "traceroute" results into a variable
- Subject: Saving "traceroute" results into a variable
- From: email@hidden
- Date: Thu, 25 Jul 2002 13:57:09 EDT
Can anyone tell me how I might be able to write an AppleScript that would
execute a "traceroute" command, and pipe the output of that into a variable?
(It eventually needs to get written to a text file, so if it's easier to go
direct, please let me know)
Is it something like:
doShell "traceroute demand.stream.aol.com > " & (home as string) & "datadump"
to append to a text file
and
copy doShell "traceroute demand.stream.aol.com" into x to save into a
variable?
_______________________________________________
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.