I'm using applescript to launch a small java utility, my only problem is the java utility needs 4 parameters, I'm not sure how to pass these parameters to the utility when launching the utilit...
I need to create an executable that will execute a command in terminal
sudo chmod -R 777 /directory
Would I need to use applescript to accomplish this? And how would I go about doing this?
i'd like to see if it is possible w/sample AppleScript to initiate a HD to USB Flash Drive file copy. e.g., as soon as the USB flash drive is inserted and mounted, the AppleScript copies a p...
Hi there,
How do I rename a file using AppleScripter?
Here's the pseudo code of what I want to do:
rename "path to file" to "path to new file"
But I can't seem to find the applescr...
Hi, I am trying to open a PDF on a CD with an Applescript saved in the same directory as the script.
The attached code doesn't work, and I suspect I'm not giving enough of a path to the 'op...
This script works great.
But I would like to hard code in the following strings:
=====================
sSearch
and
sReplace
=====================
I am not in a position to l...
Goal: Save pdf to local directory with scripting on OS 10.5.
Scenario:
When I visit:
http://www.domainname.com/directory/generatereportpdf.aspx?VIUEoYx7fvmJJgtoX2bOw2+bHMUSd9JTe39xjuWnj+...
Hey there-
I have a Sprite that when wider than the stage creates and displays two buttons, a forward and back button. So far this successfully scrolls the Sprite across the screen in eit...
I'm brand new to OS X and was looking at some way to automate a few tasks. I haven't ever used AppleScript before. I have a source folder that has a large number of raw video files in it. What...
hello,
I was wondering what's the applescript code for right-click?
thanks
Hey,
I am trying to write some code in applescript that will do two things.
1.) automount a shared folder (via smb) that is specific to a user who logs in (via active directory).
2.) au...
I have large video files that remain encoding past my work hours. Sometimes, I need to be able to work with these files in a shared environment remotely. What I would like to do is, upon a fil...
I'm terrible at AppleScript, and I'm trying to take any song that has a rating on it and write it to the comment in a unique and searchable way so that I don't have to rely on the rating field...
Okay, rephrasing this post.
I have no idea where to start this script.
I would like an applescript that looks at all the email in a given IMAP folder (account: AcctName, folder: Sorted). ...
I have a Microsoft Word document that is a mail merge, with an Excel workbook as the data source. I'm trying to automate the opening of this document. This seems like such a basic request, and...
I have a script which copies some file from one location to another. It work great, unless there is already a file in the destination with the same name. Currently the script gives me an err...
Hello, I would like to use a script that will prompt for a password when I open Entourage 2008. If it could minimize the Entourage window until the password was entered that would definitely h...
I am looking to have the following...
*Applescript change my desktop background
*Have the change done daily (per week)
I tend to look at my screens too long sometimes.
I would just...
I'd like to find a way to have my mac automatically copy the contents of a usb flash drive upon insertion. I have been trying to get it to do so with Image Capture preferences, but it's just n...
I have a mac lab consisting of 20+ imacs running OS X 10.4.7 they are networked and require login to use.
My problem is users tend to log off rather than shut down/ turn off the imacs and ...
Hi, I have a lot of photos on my computer and some time ago it looked wise to put the RAW's in an other folder than the JPEG's. RAW's are in pics/RAW/subfolder (YYYY_MM_DD) and JPEG's in pics/...
do you know how to make it?
any software?
Hey,
I'm trying to have an applescript run when a file is added to a folder. I read in the apple documentation (http://developer.apple.com/documentation/applescript/Conceptual/AppleScriptLa...
Hello,
I need to convert the VBScript below to a language that is natively compatible with MacOS and Linux.
Do you have any ideas?
If possible, it would be greatly appreciated if you ...
hello,I want to make an AppleScript that make the following:
take screen shot of window opening, click mouse, wait x seconds , take screen shots etc
the code i came with takes a screen...