Re: Quitting a Program on a Networked Machine
Re: Quitting a Program on a Networked Machine
- Subject: Re: Quitting a Program on a Networked Machine
- From: Jasper Kips <email@hidden>
- Date: Mon, 15 Oct 2001 17:33:09 +0200
Try the following
tell application "Filemaker Server" of machine "Server Name"
quit
end
Make sure the application name en the machine name are spelled correctly
Good luck Jasper
I need to quit FileMaker Server on a networked machine and then reopen it...
Any ideas?
I've tried...
Tell Application "FileMaker Server" on "Server Name" to quit
with no avail... Program Linking is on...