M
tell application "System Events" to shutdown
On March 9, 2017 at 10:39:48 AM, 'MattM' via QLab (ql...@googlegroups.com) wrote:
Ben -- not a super elegant solution, but I would think it would be possible to write an AppleScript that uses GUI scripting to shut down the target computer. I've never tried, but if that can be done, the script could be fired from a script cue in QLab. You'd have to have some sort of a strategy to make sure there are no programs open that would interrupt shut down ("save file before closing?" type dialogs, etc.), but it sounds like you might be able to set something like that up ahead of time.
M
--
Contact support anytime: sup...@figure53.com
Follow Figure 53 on Twitter: http://twitter.com/Figure53
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/a1b2c01b-6317-47e0-9dfa-58dc86605f98%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
ignoring application responses
tell application "Finder"
shut down
end tell
end ignoring
--
Contact support anytime: sup...@figure53.com
Follow Figure 53 on Twitter: http://twitter.com/Figure53
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/f80d0de9-719d-4434-b716-23d97c03daf3%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/CAHohYdZm4ESrk7gtTgcpiE6JNx1STsz%2BdvNYwQsXG-VpqURKOQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/CAHohYdZm4ESrk7gtTgcpiE6JNx1STsz%2BdvNYwQsXG-VpqURKOQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
Contact support anytime: sup...@figure53.com
Follow Figure 53 on Twitter: http://twitter.com/Figure53
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/F90DF9F5-5AFB-4AB1-9A72-B7E3471565FE%40gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/f80d0de9-719d-4434-b716-23d97c03daf3%40googlegroups.com.
--Benjamin Emerson
Sound Supervisor
Huntington Theatre Co
Sound Design Instructor
Boston University School of Theatre,
--
Contact support anytime: sup...@figure53.com
Follow Figure 53 on Twitter: http://twitter.com/Figure53
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/CAHohYdZm4ESrk7gtTgcpiE6JNx1STsz%2BdvNYwQsXG-VpqURKOQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
Contact support anytime: sup...@figure53.com
Follow Figure 53 on Twitter: http://twitter.com/Figure53
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/F90DF9F5-5AFB-4AB1-9A72-B7E3471565FE%40gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/f80d0de9-719d-4434-b716-23d97c03daf3%40googlegroups.com.
--Benjamin Emerson
Sound Supervisor
Huntington Theatre Co
Sound Design Instructor
Boston University School of Theatre,
--
Contact support anytime: sup...@figure53.com
Follow Figure 53 on Twitter: http://twitter.com/Figure53
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/CAHohYdZm4ESrk7gtTgcpiE6JNx1STsz%2BdvNYwQsXG-VpqURKOQ%40mail.gmail.com.
...hang on, gotta go find a way to harass my colleague's machine with this...hehe
M