Women in Technology

Hear us Roar



Article:
  Five Fun Ways to Play with Audio Hijack Pro
Subject:   Audio Hijack timeshifting (3rd attempt)
Date:   2005-12-02 17:21:34
From:   william_s_edwards
Response to: Audio Hijack timeshifting

I am really sorry--the appquit script is getting eaten. The core of it is the following very simple Applescript:


tell application "$i"
activate
quit
end tell


enclosed in a shell here document. The double angle brackets in the here document are being eaten by this messager.

Full Threads Oldest First

Showing messages 1 through 2 of 2.

  • An alternative - appswitch
    2005-12-04 18:36:30  nriley [View]

    If you don't want the overhead of osascript/AppleScript, you can also quit applications with my appswitch tool.

    http://web.sabi.net/nriley/software/#appscript
    • An alternative - appswitch
      2005-12-04 18:37:05  nriley [View]

      Obviously I meant "appswitch" in the URL above (not appscript, which is also cool but is totally different :-)