<HTML>
<HEAD>
<TITLE>Script to open an app after install</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10pt'>I am trying to write a script that will open an app once it is installed by a policy. &nbsp;I have to script set to run after but no luck.<BR>
<BR>
#!/bin/sh<BR>
<BR>
open /Applications/Utilities/MyApp.app<BR>
<BR>
<BR>
</SPAN><FONT SIZE="2"><SPAN STYLE='font-size:8pt'>Rich Dagel<BR>
Senior Technology Specialist<BR>
<IMG src="cid:3316509365_295209" ><BR>
Landor Associates<BR>
1001 Front Street<BR>
San Francisco, CA 94111<BR>
United States<BR>
415 365 3933<BR>
<FONT COLOR="#0000FF"><U><a href="http://www.landor.com">http://www.landor.com</a><BR>
</U></FONT></SPAN></FONT></FONT><FONT SIZE="2"><SPAN STYLE='font-size:8pt'><FONT COLOR="#0000FF"><U><FONT FACE="Lucida Grande CE"><a href="Rich.Dagel@landor.com">Rich.Dagel@landor.com</a></FONT></U></FONT></SPAN></FONT><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>