>script_kiddie Posted November 28, 2013 Share Posted November 28, 2013 (edited) So I was wanting to make a harmless/funny scipt to just start making the MAC talk to the user.... It's dialog would be pre built ofcourse, the only part of this process I'm needing help with is.. - Making the MAC talk without opening a terminal and using " say -v BAD blah blah blh" - How to close a terminal window when its done with the dialog if I cant find out how to hide the window all together. here is the script so far =============================================================================== REM say -v (voice ) BAD (bad news) there are multiple different voices you can use. REM change DELAY timers to fit your dialog DEFAULT_DELAY 100COMMAND SPACEDELAY 100STRING TERMINALDELAY 3000ENTERDELAY 2000STRING say -v BAD " your text "ENTERDELAY 5000STRING say -v BAD " your text"ENTERDELAY 5000STRING say -v BAD "your text"ENTERDELAY 5000STRING say -v BAD "your text "ENTERSTRINGENTER It's not very long as you can see I would like to make this all happen with no terminal opening up, just not sure how to I appriciate the tips in advance Edited November 28, 2013 by >script_kiddie Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.