Search Again:

Re: Shutting down Filemaker Unlimited

From: Shawn Hogan
Date: Wednesday, October 16, 2002
Time: 1:46:24 pm

Ron Lockard wrote:

> Is there a way to make Filemaker Unlimited shutdown by using a command I
> can have execute from a script? (i.e. a commandline call)
>
> I'm not using Filemaker Pro Server at the moment and need to automate
> something for doing a database backup with Unlimited.

Not that I know of... I know how you can do it on a Mac, but not Windows...
Pretty much anything is scriptable on a Mac, so you could do:

tell application "FileMaker Pro"
quit
end tell

Of course that doesn't help a whole lot if you aren't on a Mac, eh? :-)
You could probably do something with ActiveX or something... I'm sure there
is some sort of function to quit a running application (but I don't know
what it is).

- Shawn

-------------------------------
Shawn D. Hogan
President, Digital Point Solutions
http://www.digitalpoint.com
(858) 452-3696


---------------------------------------------------
To subscribe, unsubscribe or to search list archive
please visit http://www.optigold.com/lists/isp.html
---------------------------------------------------



Messages In This Thread:



Return to Digital Point Solutions' Home Page