AppleScript is an end user scripting language that has been available in Mac computers since System 7 Pro (7.1.1). It allows for automation of system tasks, communication between processes, and creation of workflows, amongst other functions.
0
votes
1answer
21 views
iTunes — making a script for copying album play counts
I'm trying to write a script which would let me copy the playcounts of one version of an album to another based on the title of the tracks.
Basically, scenario would be that I have the album on my ...
3
votes
1answer
41 views
How do i create random numbers that are nonrepeating using applescript
Trying to figure out how to create nonrepeating numbers using applescript. If I want random numbers only 1 or 2, i would want my result to be [1,2] or [2,1] and never [1,1] or [2,1].
So I just ...
0
votes
1answer
12 views
Clicking a Chrome bookmark folder with Applescript
I'm trying to use an applescript that uses UI to click a bookmark folder I have in Google Chrome called "WatchADay", and click the Open All Tabs in New Window button inside that folder. Here is what ...
0
votes
1answer
17 views
Applescript (or Excel Formula if possible) To Return a List of Values Based on a Value in Another Cell
I have an excel spreadsheet with list of numbers in column A (ex. 3105, 3106, 3107, etc.). In column H I have a list of classes (ex. TD, PIGD, Intermediate). Some cells in column H only have 1 class ...
1
vote
1answer
21 views
Automatically copying a file to a network drive when it is saved
I was wondering if there is any way through applescript or automator in Mac OSX Mountain Lion to automatically copy a file or folder to a network drive after the file is saved/the folder is modified. ...
0
votes
1answer
17 views
Using Applescript to Search PDFs with Safari
I have about 1000 URLs that link to remote PDF files that I need to determine which are searchable by Safari and which are not. I have my script looping and opening the URLs in Safari but I am stuck ...
0
votes
1answer
28 views
How do I get the paragraph number of the currently selected paragraph in Microsoft Word into an AppleScript variable?
This is intended as an extension of the original question, The number of the current paragraph? How can I get it?, which does a nice job answering the question for iWork Pages. ...
0
votes
1answer
26 views
How to access “id” selector via Ruby ScriptingBridge
I'm trying to get a list of running processes on OS X through Ruby's ScriptingBridge.
Everything works fine, except getting the process id. The problem seems to be that Ruby's internal Object#id ...
0
votes
0answers
16 views
Applescript execute command while dictating
I have a script that triggers the "Dictation" popup and listens for you to dictate. My shortcut or dictation is "Command D"
The code looks like this.
tell application "SpeechRecognitionServer"
...
0
votes
0answers
13 views
AppleScript based Automator service quite unstable (sometimes very slow, sometimes encounter error)
I have some applescript based Automator services, for instance, Launch Emacs With Selected File:
tell application "Finder"
set selectedDirectory to (quoted form of POSIX path of (target of window ...
0
votes
1answer
25 views
Apple Pages - Scripting Bridge and contents of selection
I try to use Apple Pages (iWork) with the Objective-c Scripting Bridge.
This is the working Apple Script
tell application "Pages"
set name of item 1 of contents of (get selection) to ...
0
votes
1answer
29 views
Can I set the encoding of an e-mail message created by AppleScript?
I have to send a mailing list and want to use Apple Mail for this. I have created a script that reads a UTF8 encoded text file and uses this text to set the contents of the e-mail message. This text ...
1
vote
2answers
42 views
Applescript open “Mail” then open most recent 5 email
I am fairly new to Applescript. Even though the language itself is not hard to grasp, some commands are hard to find (For example for "Mail").
What I am trying to achieve is open "Mail" on my ...
0
votes
1answer
33 views
Applescript: Copy/Past as Text in Excel
My Applescript is performing the calculation I've requested, but I'm trying to get it to paste a text value from one of the workbooks... and it's not working.
Is there something I need to do in order ...
1
vote
1answer
45 views
Delete Rows in Excel with Applescript
I am trying to delete specific rows in excel using applescript. I want to delete the rows based on a value in a given column. Within the given column, I have a list of values (ex. 3001, 3004, 5003, ...
0
votes
1answer
20 views
Applescript to play Windows share (smb://) videos with VLC Player [moved to Superuser]
Original question: "I'm building a script to automatically run videos held on a windows server using VLC. I can get VLC to play files on my drives, but not from files held on a server.." has been ...
-1
votes
0answers
42 views
How can I get iMessage delivered status by applescript?
I can get the delivered or read status from my buddy on Mac|iPhone|iPad Messages. And how can I get these status from applescript?
I found Messages' not have these events.
0
votes
1answer
38 views
Pass Variable or String from OS X Cocoa App to Applescript
I would like to pass a variable to applescript.
For example, I type some words in textfield of a Cocoa-App (not cocoa-applescript app).Then, it will be a variable in Applescript for future use. I use ...
0
votes
2answers
49 views
what's wrong with my applescript-syntax error: expected “then”, etc. but found class name
tell application "System Events"
set window_check to false
repeat until (window_check)
set frontApp to name of first application process whose frontmost is true
if frontApp is "Microsoft ...
0
votes
1answer
26 views
Applescript: hiding manipulation of gui when running a gui applescript
I'm working on an applescript that clicks menu items in an application menu bar. I'd like to run this script without it displaying the whole process of clicking the target menu item. For example, ...
0
votes
3answers
58 views
Applescript to click Done when dictating (Mac)
I have a script that opens "Dictation & Speech", activates it (turns Dictation: On) and runs a shortcut to start dictating (System Events keystrokes Command D). All this works fine, but what I ...
0
votes
1answer
40 views
Applescript move each file to its new folder
I have over 200 pictures. I want applescript to:
create new folder for each of this 200 pictures based on name of file
move the file into it
so ie. XXX.jpg gets into XXX folder.
the task is more ...
1
vote
1answer
26 views
Applescript: on toggling checkmarks beside menu items
This is an extension of a previous question
Applescript for clicking Menu Bar Option not working
On the highlighted menu item below for the Flux menu bar, if you click it, there will be a checkmark ...
1
vote
2answers
48 views
Execute AppleScript file in Mac app?
I'm looking for a way to execute an Applescript file from within a Mac App. I've made previous mac applications that use NSAppleScript *script = [[NSAppleScript alloc] initWithSource: @"MY_CODE"]];, ...
0
votes
2answers
39 views
Applescript Compact Calculator Script Issues
I am making a simple, compact calculator script in applescript. I know what the problem is, but I don't know if it is possible to fix it. When I run the script and input the numbers, it just says the ...
0
votes
0answers
26 views
Applescript error while trying to move files with hazel to custom folders
So,I have an applescript (bellow) wich is used to clean the name of a tv show episode, and move the episode to its right folder based on that. I use hazel to activate the script with the right file. ...
0
votes
1answer
52 views
Applescript error while trying to move files with hazel
So,I have an applescript (bellow) wich is used to clean the name of a tv show episode, and move the episode to its right folder based on that. I use hazel to activate the script with the right file. ...
0
votes
1answer
66 views
Applescript: on clicking Menu Bar item via gui script
I'm trying to make an applescript for an application called F.lux that clicks the menu item "Disable for an Hour" as indicated in the screenshot below:
The element path is indicated in the ...
0
votes
1answer
29 views
OSX: Packaging an applescript with an executable and having one run the other
I'm trying to package an applescript into an existing .app package, and make the applescript run the executable in the same package (which is in the /Contents/MacOS/ directory) with some commandline ...
0
votes
1answer
24 views
opening an application using a condition statement to check if another application is open or closed applescript
I've searched around the web and even on this site, but can't find an answer.
All I want to do is something simple as a test like running firefox if textedit is open. I can open applications but I am ...
0
votes
1answer
26 views
Passing quotes “do shell script” in AppleScript… Again
I have the following line in AppleScript
set msgDate to (current date) as string
set removalString to "\"rm -f ~/Library/LaunchAgents/com.playlister.\"" as string
do shell script "echo do shell ...
0
votes
0answers
25 views
Writing an e-Mail app in applescript
I'm using a webmail account(NOT Gmail: hate its interface), and I DON'T want to use the mac's Mail app(must maintain double contacts lists for one thing).
I use Google Chrome and have set the ...
0
votes
2answers
26 views
How do you command an AppleScripts document to open at login?
How do you command an AppleScripts document to open at login?
I am new to AppleScript. I am trying to create a program that opens 2 applications at login. How do I command it to open at startup/ ...
0
votes
1answer
19 views
Video Stress via Apple script
I've been working on a video stress script based on terminal an quicktime, I'm having a specific issue with one part of playing multiple videos with quicktime as well as would love some opinions on ...
0
votes
2answers
34 views
Pass quotation marks into shell script from AppleScript
I have this portion of my AppleScript:
set msgDate to "05-06-2013"
set quotedmsgDate to quoted form of "\"" & msgDate & "\"" as string
do shell script "echo send message in folder \"" & ...
0
votes
1answer
28 views
Applescript: Keeping track of multiple terminal windows and writing into each of them
I've got a setup procedure for a project that involves me using multiple terminal windows. The start up procedure is sort of messy and involves me tabbing between the terminal windows (different tools ...
1
vote
1answer
51 views
Bash issues with osascript GUI commands
I am trying to automate the process of launching an application in OSX and typing an administrator password at a security agent prompt. I was hoping to avoid the use of AppleScript GUI scripting ...
0
votes
1answer
23 views
How do you in Applescript cp a file to a folder with a variable in name and or prompt for credentials without shell script?
I have an issue where I need it to prompt for admin credentials if needed and cant find a workable solution.
set foo to computer name of (system info)
set p to (path to desktop)
set ...
0
votes
2answers
57 views
how to remove black padded background after rotation of images
I am new in Qt. I am working on rotation of images. In my case, rotation is working fine but after rotation black padded background appears. I want to remove or hide that black background.
I am ...
0
votes
1answer
42 views
Applescript: Unknown error
I have been working on a script for a while now, and have had many questions asked. I also rewrote a lot of the code as per some peoples suggestions. Yet, I still have this one question that has been ...
0
votes
0answers
28 views
Using AppleScriptObjC to read content file and write new content to it
I want to write an applescript code that reads a file and writes back to it when I modify input dialog
like :
set theFile to "/private/etc/hosts"
set theFileContent to read theFile
I created a ...
0
votes
0answers
15 views
Create a droplet to SCP the contents of a folder to a remote directory
We have a client who now demands that tens of GB of video files per day be SCP'd to their server from our office. It started as just one file here and there and it was no problem, but now It's ...
1
vote
1answer
32 views
Create thumbnail for large .psd and .tiff files in cocoa (objective-c)
I am developing an OSX application dealing with very large images (500 MB to + 1.0 GB). My application needs to load the images (.psd & .tif) and allows the user to sort the images, rate the ...
0
votes
0answers
17 views
outlook applescript: categorize outgoing message
I want an applescript that will categorize a message as @WaitingFor when composing. So I click New, then, say, Ctrl-W and the message is categorized as @WaitingFor, then I can enter recipients and ...
0
votes
1answer
66 views
How can I make an applescript controlled iMessage reply differently?
I have been coding my own version of Jarvis in Applescript for a few days now, I have been using iMessages as my input and output as I love the way its portable, yet I now want to get a bit more ...
1
vote
1answer
32 views
AppleScript that used to work reported as Broken on newer OSX version
An Applescript that used to work on OSX 10.6.8 is reported as broken when run on 10.8.6. The script is compiled as an Application on 10.6.8. Why is this?
Running the .applescript text version of the ...
0
votes
1answer
25 views
Using Applescript to remove text from file
i have a code to write input strings to /etc/hosts
#Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 ...
0
votes
1answer
18 views
Using Applescript to parsing this paragraph
have anyone know how to convert this paragraphs
173.252.100.26 abc.com
173.252.100.26 xyz.com
173.252.100.26 uio.com
to
...
2
votes
3answers
54 views
Applescript to show Apple menu bar items
I am an Applescript newbie. I want to know Applescript to show the Apple menu bar items from an arbitrary application (but the many bar should remain for the orginal application).
I tried the ...
0
votes
1answer
13 views
AppleScript to attach photo to end of open Mail message
In Dec. 2012, Mark Hunte of this stackoverflow site helped another user by providing the following AppleScript. The script creates a new email msg. and attaches a file to the end.
Could anyone here ...






