Monitoring app : tiger
Monitoring app : tiger
- Subject: Monitoring app : tiger
- From: FFrassy <email@hidden>
- Date: Tue, 16 Aug 2005 16:24:28 +0200
Hi list,
I hope this is the right place to ask, i use a script to monitor
filemakerpro on 10.2.8. Upgrading to tiger, i need to force quit the app for
the script to relauch it, could someone help me on this one ?
Thanks
ff
Here is the script :
on idle
tell application "URL Access Scripting"
try
download "http://127.0.0.1:1080/testfile.html" to file
"emeraude:Users:ff:Desktop:testfile.html" replacing yes
on error
try
do shell script "sudo kill `ps -auxww | grep FileMaker |
grep -v grep | awk '{print $2}'`" password "mypassword" with administrator
privileges
end try
tell application "FileMaker Pro"
activate
open file "emeraude:Users:ff:Desktop:FMP:_launch.fp5"
end tell
set fichiernom to "emeraude:Users:ff:Desktop:redémarrage FMPro"
download "http://127.0.0.1:1080/testfile.html" to file
fichiernom
end try
end tell
return 30
end idle
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden