Re: Do shell script question
Re: Do shell script question
- Subject: Re: Do shell script question
- From: Walter Ian Kaye <email@hidden>
- Date: Thu, 4 Sep 2003 09:36:57 -0700
At 10:20a -0500 09/04/2003, David Durkee didst inscribe upon an
electronic papyrus:
Folks,
I am trying to have a script start up FileMaker Server. The
following (which is a single line in AppleScript) works, but the
script or the application running it hangs. Any idea why? The same
commands given in Terminal don't hang the shell.
do shell script "cd \"/Volumes/Calvin/FileMaker Server 5.5/FileMaker
Server Config.app/Contents/Resources/\";./fmserverd start -c
fmserver.conf"
Well, you could tell Terminal to do it. ;)
And while I haven't tried, maybe one of those "&" thingies wot put it
into the [unix] background (i.e., a kind of asynchronous launch)
might help?
-boo
_______________________________________________
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.