home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Comms Spectacular / MacHTTP 1.3 / MacHTTP Software / Documentation / AppleEvent & AppleScript Info / More Scripts / View Log File < prev   
Encoding:
Text File  |  1994-04-28  |  252 b   |  7 lines  |  [TEXT/ToyS]

  1. tell application "MacHTTP"
  2.     Refuse Connections true
  3.     Suspend Logging true --disable logging so the log file isn't busy
  4. end tell
  5. tell application "Scriptable Text Editor"
  6.     open alias "Quadra:AppleScript:MacHTTP.log" --edit this path accordingly
  7. end tell