Getting an app to restart itself or making Finder do it...

Is there any way to restart an app from within itself?

Maybe like:
tell app “Finder”
restart application “Example.app”
end tell

Thanks@!

wasn’t this discussed here some days ago?

besides the shellscript solution I suggested, you could also use an external AppleScript (in your Application’s bundle) that launches your application with a little delay. Just run this from your application instantly before terminating it …