Skip to Content
Beginning AppleScript®
book

Beginning AppleScript®

by Stephen G. Kochan
December 2004
Beginner
600 pages
13h 42m
English
Wrox
Content preview from Beginning AppleScript®

1.6. Multiple AppleScript Commands

So far, your programs have done only a single thing: either perform a multiplication or display a dialog. It's obvious that you can do a lot more in your programs. Each line can contain another AppleScript command, which is executed sequentially, in turn, when the program is run.

The following Try It Out shows you how to add a sound effect to your program.

1.6.1.

1.6.1.1. Try It Out: Add a "Beep"

Suppose you're running a program and you detect that an error has occurred. For example, suppose the program can't locate a file it wants to use called myFavorites. It would be reasonable to put up a dialog box telling the user that the error occurred. Adding a beep can help get the user's attention.

Follow these steps to add a sound effect with AppleScript's beep command:

  1. Create a new AppleScript program with the following code:

    beep
    display dialog "Couldn't find myFavorites" buttons { "OK" } default button "OK"
    with icon stop
  2. Run the program. A beep will sound, and then a dialog is displayed with a stop icon and a single default button labeled OK. This is depicted in Figure 1-17.

    Figure 1.17. Figure 1-17
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Take Control of Your M-Series Mac

Take Control of Your M-Series Mac

Glenn Fleishman

Publisher Resources

ISBN: 9780764574009Purchase book