Greeting Apple Script

by Luigi Pizzolito in Circuits > Apple

2354 Views, 16 Favorites, 0 Comments

Greeting Apple Script

Picture 2.png
Picture 1.png
Picture 7.png
This script will greet you every time you log on to your mac.

The Code

Picture 1.png
Picture 2.png
1. Open Script Editor
2. Copy and paste the code below
set volume 7
say "Hello Name"
say "Welcome to your mac"
open location ""

3. Change where it says Name to your name.

Base File

Picture 3.png
Picture 4.png
Picture 5.png
Picture 6.png
Now were going to make a base file for the script to run.
1. Open TextEdit and type in something like "Welcome" (what ever you want I wrote "name`s mac fool`s")
2. Make the font to 101 size
3. Save this file as base.html make sure it is html.

Next

Picture 7.png
Picture 8.png
Picture 9.png
Picture 10.png
1.Open the HTML file that we just made (it should open with Safari).
2.Copy the address in the URL bar (main is file:///Users/anthonius/Desktop/Eletronica/Script/base.html)
3. go back to your code and paste the address in the space where it says open location
4. it should look like this
set volume 7 say "Hello name"
say "Welcome to your mac"
open location "file:///Users/anthonius/Desktop/Eletronica/Script/base.html"
5. Save the script as a app and close Script editor.

Warnings

th.jpeg
It is very important that you keep the two files that we made (html and app) or else the whole thing wont work.
also after you did step 3 don`t move your html to another place

Test

Picture 11.png
Open the app that you made and click run.
it should had said "hello your name, welcome to your mac"
and opened the html file.

If it worked great if it did not than go back some steps you might had done something wrong.

Last Step

Picture 12.png
Picture 3.png
Open System Preferences and click on accounts and to login items
click the plus and choose the app that we made.

Done

DownloadedFile-3.jpeg
Now every time you log in your mac will greet you.