(* CommTest Jason Healy (jhealy@suffieldacademy.org) This is a "dummy" script to run in order to verify that networked communication is functioning correctly. For production use, the "ForcedShutDown" script should be used instead. *) tell application "Finder" activate beep display dialog "Received test message from server. This message will automaticaly dismiss in 10 seconds." buttons {"Dismiss now"} default button 1 giving up after 10 end tell