Tagged Questions
1
vote
1answer
22 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
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 ...
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
0answers
42 views
AppleScript to set up VPN on Mac 10.8 is loosing focus and types text in wrong window, what is wrong?
I wanted to share a very useful AppleScript with other Mac admins but it is losing focus. When it's run in AppleScript editor it runs to a certain stage and then instead of copying text to required ...
0
votes
3answers
65 views
Apple Script to delete file
I'm trying to write an applescript to delete my sleepimage file. The terminal command to do
sudo rm /private/var/vm/sleepimage
Clearly I cannot just type that into the applescript editor, so I've ...
1
vote
1answer
200 views
Batch script to transcode MXF video files using VLC (mac)
I thought this morning i found the answer to my big headache, but apparently I'm not smart enough when it comes to coding:
http://forum.videolan.org/viewtopic.php?f=12&t=98694
My problem is the ...
1
vote
2answers
131 views
OSX Mountain Lion & Applescript - Finder 'steals' focus
I've searched high and low to find a solution for this but have come up trumps.
I have a simple Applescript to wait for a minute, before opening a browser in fullscreen mode. (Allowing MAMP to ...
0
votes
2answers
136 views
Applescript to add grandparent folder+parent folder prefix to filename
I have multiple folders with sub folders that have files in them that need to be labeled with their parent folder+grandparent folder name.
i.e. Folder 1>Folder 2>File.jpg needs to be renamed to ...
1
vote
1answer
130 views
How to compile AppleScript for application that is not installed
I have a script, which creates a new email message with default mail client on mac. The script contains a code, that relates to Microsoft Outlook if it finds that it was set as the default Mail ...
1
vote
0answers
106 views
How can I maintain an Airplay connection?
I'm working on a Mac Mini home automation server that I'm trying to get to send text-to-speech messages to an Airport Express connected Airplay speaker.
My problem is that I can't get it to maintain ...
0
votes
0answers
228 views
Command line interface/tool for Mountain Lion's dictation app?
Lots of people know about the Mac OS X command line tool say, which performs text-to-speech on a Mac from the terminal:
sh $ say Hello World!
Is there a command-line tool available for the ...
0
votes
3answers
398 views
How To Make a command with AppleScript to Terminal to free ram space OSX ML
I'd like to write an AppleScript command that can run Terminal and write "purge" , press return and then cmd-q.
I tried this way:
tell application "terminal"
keystroke ???????????
(I don't know how ...
0
votes
0answers
119 views
Applescript to place applications on specific desktops
I've got an applescript, created in Automator, that opens a number of applications and folders that I use as part of a workflow for creating a photo book. The way my flow works is Photoshop Elements ...
-1
votes
1answer
456 views
[Solved]Applescript to attach file to Mail Msg. Worked in OSX 10.4 to 10.6 will not work in 10.8
With 10.8, My Applescript (developed when I was running 10.4 thru 10.6) that reads a comma separate text file, uses the values to create a new mail message, then attachs a xx.pdf file using a NSstring ...
1
vote
1answer
239 views
How can I move a window to a target space with Applescript in OS X 10.8?
Ultimately I'm trying to assign hotkeys (via Alfred or Keymando) that can move the frontmost application to any of my spaces. Triggering an applescript seems the most likely route to success. I've ...
2
votes
2answers
160 views
How AppleScript can get STDIN inside the code?
I search ed google and find the way
echo "input" | osascript filename.scpt
and the filename.scpt is below
set stdin to do shell script "cat"
display dialog stdin
However I could get only blank ...
0
votes
1answer
243 views
Get radio button value xcode 4 applescript
All,
I have a cocoa-applescript application that run a shell command (sets hostname according to user input) when a "install" push button is clicked:
on InstallButton_(sender)
set hostName to ""
...
0
votes
1answer
140 views
Automator & AppleScript: How do I import the texts of Notes and Reminders as PDFs and RTFs?
I would like to import and save the Notes and Reminders documents or texts as PDFs and RTFs, keeping or preserving the formation and the background of Notes or Reminders, but the Notes doesn't have ...
2
votes
1answer
657 views
Applescript GUI on Mountain Lion
I am trying to make a script that opens an swf file with safari and then print it as a pdf using the built in "Save as PDF" feature. So far my code looks like this:
set appleworksFolder to choose ...
0
votes
1answer
101 views
Applescript to wait for AppleMail to download messages.
Prior to 10.7.x this AppleScript used to work with AppleMail:
tell application "Mail"
activate
check for new mail
repeat until (background activity count) = 0
do shell script "sleep ...
2
votes
1answer
364 views
Verify a checkbox before clicking with Applescript
I'm facing an issue with one of my applescript.
I'm trying to create an applescript that check/uncheck the checkbox that call the password after the mac wake up or the screensaver stop in the mac ...
0
votes
1answer
148 views
Preview is unscriptable with annotation toolbar open on Mountain Lion
Trying to write a UI script for Preview to play with annotations but it seems that opening the annotations toolbar breaks scripting. I noticed that any customised hotkeys also stop working once the ...
0
votes
1answer
260 views
AppleScripting an app to change background of Notification Center in OSX 10.8
here's my code:
set NCBGPath to path ("Machintosh hd:System:LIbrary:Core Services:Notification Center:Contents:Resources")
set NCBackground to {"linen.tiff"}
set themeFolder to choose folder with ...
0
votes
2answers
1k views
Applescript path to not working in Mountain Lion
This script has been working on 10.7 and older, but in 10.8, it seems it's broken. The line:
set theFilePath to ((path to application support from user domain) as rich text) & "AppFolderName:" ...
1
vote
1answer
107 views
Accessing native windows in a Java application from AppleScript?
I've got a few Java based applications that appear to be using (at some level) native windows, complete with the familiar window management buttons and even fullscreen mode buttons. However, I can't ...
0
votes
1answer
210 views
Applescript won't open or run on excel files
I have an applescript that refuses to run on any excel files I feed it. It also refuses to open: When I attempt to open the script in AppleScript Editor I am prompted with:
Open Dictionary: Unable ...
1
vote
2answers
293 views
rb-appscript not working in Mountian Lion
I'm using rb-appscript. The following line worked fine in Lion but doesn't seem to work in Mountain Lion:
desktop_bounds = Appscript.app.by_name("Finder").desktop.window.bounds.get
I have two ...
1
vote
1answer
492 views
AppleScript to Open New Tab in Terminal no longer working in Mountain Lion?
I used to run the following code in Lion to open terminal, update a project, then open a new tab, and run again to update a second, third, and fourth. Since the Mountain Lion upgrade, this no longer ...
0
votes
1answer
215 views
Snow Leo -> Mtn Lion - AppleScript Issue (compatibility error?)
I've written the following script in Applescript in Snow Leopard, and I tried to use it in Mountain Lion, but to no avail (doesn't work). The script watches a folder for added files, and if the ...
3
votes
2answers
235 views
Java ScriptEngineManager no longer works with Mountain Lion's AppleScript
Ever since I upgraded to Mountain Lion, I can't run my AppleScript code through the Java ScriptEngineManager.
The sample code found on Apple's page (link) returns null for the engine object.
public ...
1
vote
2answers
446 views
Can I execute my Applescript from a menu or hotkey in an iWork app?
I cannot find instruction on how to execute my Applescript from a menu (or a hotkey) in Numbers, or any other iWork application. I have no doubt that someone asked about this before, just cannot find ...
1
vote
0answers
395 views
Compile Applescript to run on Mountain Lion “unidentified developer”
I'm using osacompile to compile an AppleScript into an app bundle in Mountain Lion but I cannot execute the resulting bundle as it complains that the developer is unidentified as I would expect from ...
0
votes
0answers
165 views
Applescript used in compiled app won't access ML Calendar
I write RealBasic apps for use on my own computer only. I have a few scripts that access Contacts and Calendar data. All of these scripts work great and Mountain Lion (ML) even automatically updated ...
0
votes
1answer
1k views
Applescript date property in Reminders.app
I made this code that its supposed to parse a given string separated by "/" with the message, day and time, then make a Reminder in Mountain Lion Reminders.app.
My problems comes when Reminders ...
2
votes
2answers
1k views
Finder update/refresh applescript not working in 10.8
I have been using apple script for updating display for files and folders in finder. This is simplified version of that script:
tell application "Finder"
tell window 1 to update items
end tell
...
1
vote
2answers
540 views
Fixing osascript clipboard for OSX Mountain Lion
In my Ruby application, I've used the following function for a long time to write to the clipboard:
def pbcopy(text)
IO.popen("osascript -e 'set the clipboard to do shell script \"cat\"'","w+") ...



