• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Monitoring app : tiger
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Monitoring app : tiger
      • From: Malcolm Fitzgerald <email@hidden>
  • Prev by Date: Re: Entourage : Returning info from multiple new messages
  • Next by Date: Re: Entourage : Returning info from multiple new messages
  • Previous by thread: RE: Scripting - Print/Save PDF As Postscript
  • Next by thread: Re: Monitoring app : tiger
  • Index(es):
    • Date
    • Thread