What can I do with Terminal...

Ric

Joined
May 14, 2004
Messages
4,260
Reaction score
5
Well hopefully we will write a few articles that will show you how 'powerful' Shell Programming can be...

Any questions, hints or tips you have please post here...
 
Joined
Jul 16, 2008
Messages
1
Reaction score
0
Re: How can I say something with a delay

How can I say something with a delay, so that my computer will say the message out loud in about 10 seconds.
thx in advance

found out no need anymore
 
Joined
Jul 21, 2007
Messages
1,252
Reaction score
15
For those of you following this thread, you can do this with an AppleScript.
 

Attachments

  • TenSecondDelayTalkingScript.scpt.zip
    1.1 KB · Views: 368
Joined
Nov 17, 2011
Messages
3
Reaction score
0
you can use the say command to speak words and the sleep command to pause.

eg

sleep 10 ; say "something"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top