Re: respawn - inittab
Re: respawn - inittab
- Subject: Re: respawn - inittab
- From: julifos <email@hidden>
- Date: Sat, 06 Sep 2003 15:13:58 +0200
>
Hi there,
>
How to make an application restart itself ? I know on other unix system
>
the option to use respawn for restart applications, and on macox sever
>
the watchdog option, but I don't know how to make this on macosx ( no
>
server).
>
>
thanks a lot
>
>
Martin
While some folk comes with a more efficient solution, you can use this:
######################################
ignoring application responses
tell application "Terminal" to do script "sleep 3; open " & quoted form
of POSIX path of (path to me)
end ignoring
quit
######################################
jj
_______________________________________________
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.