I’ve written a simple script to start a radio stream, then start wiretap to record it. that works fine, the next script I attempted was to stop wiretap’s recording mode, close the application and then also close Quicktime (it is automatically started when wiretap closes). I would like to insert a 2 second pause between when wiretap stops recording and closes and the time my script issues the quit command to quicktime. Can you help?
Gambuchi
You can use the ‘delay’ command to add pauses to your script:
delay 2
will add a 2 second delay.
See this thread (found by simply searching the boards for “wiretap”):
http://bbs.applescript.net/viewtopic.php?t=6236
Jon
Thanks people… that is just what I needed!!!
- gambuchijavascript:emoticon(‘:P’)