home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-08-15 | 336 b | 12 lines | [TEXT/ToyS] |
- tell application "commsService"
- try
- with timeout of 300 seconds
- set theAnswer to do script "Archie Server (Australia),GetCurrentVersion,false,true"
- beep
- display dialog "The result of the script execution -- " & return & return & "'" & theAnswer & "'"
- end timeout
- on error errMsg
- display dialog errMsg
- end try
- end tell
-