I’ve found this script that copies the names of multiple selected files in the Finder to clipboard: try set theNames to {} tell application "Finder" repeat with i in (get selection) set end of theNames to name of i end repeat end tell set {TID, text item delimiters} to {text item delimiters, return} set the clipboard to theNames as text set text item delimiters to TIDend try I need to prepend to each result a string like [URL] where “folder” is the parent folder relative to the files.
I have a folder with mulitple subfolders. Each one has a different number of files in it. I want to use Automator or Applscript to summarize the contents into a text file or email:
folder 1 name / number of items folder 2 name / number of items folfder 3 name / number of items etc.
After installing Lion, I can no longer move program icons from my applications folder to a sub folder. When I do, it makes a copy and leave the original in the applications folder. When I then try to delete the icon in the applications folder it tells me it's required by the OS and won't let me delete. I'm forced to keep certan applications such as Time Machine and Stickies in the application folder.
I am creating 2 AppleScripts to automate mounting Windows shared drives on Lion Macbook Airs. The first creates an alias on the user's desktop to the user's shared drive. This is functional and doing what I want it to do. The 2nd script attempts to create a favorite to the alias in Finder's sidebar. Unfortunately, I can't seem to get this script to work.
I am attempting to create an alias on a user's desktop to a folder in a Windows network share.Here is my applescript: set user_name to (short user name of (system info))tell application "Finder" activate set myFolder to ((home as text) & "Desktop:" & user_name)select myFolder tell application "System Events" keystroke "t" using command down end tellend tell The script runs, Finder opens to the user's folder, but nothing is added to the side.
I'm not sure how it happened, but I am seeing a shortcut for my Applications folder INSIDE my main ("normal") Applications folder. Should I delete it? What causes this to happen?
I'm looking for an applescript to detect if a cd is inside my mac, if cd inside (possible to detect if empty?) do one thing.Otherwise do another thing.
I place document icons in my finder sidebar, and sometime later they change to folder icons. Does not matter which application they come from, it seems to happen to them all, but they are still linked to the correct documents.
Sometimes I'd like to create an aliases/shortcuts from an application which resides within a folder and place that alias inside the root of the /Applications/ folder instead. However, for some reason I can't do this on my wife's Mac running Leopard 10.5.8.
So instead of getting a "green arrow" type icon whenever I click the app's icon while holding down ALT and CMD I now get a white circle with a line over it, apparently indicating that this is something I can't do. I believe I checked my drive's permissions (using "Disk utility") but found no errors (or had the errors fixed), so what could be the problem?
By the way, I've also noticed that I'm asked to verify (with the user-login password) if I want to delete (put an application in the trash) something from inside the Applications folder. Is this normal? I'm not used to this from MacOSX Tiger 10.4.
spotlight is cool but how do I search for files within a specified folder?
I select the folder, hit cmd+f, I can see the folder selected, i type name matches *.avi hit enter and nothing. I try avi only and nothing. I try holidays and hit enter and nothing.
I noticed this after the 10.5.3 upgrade. Inside the applications folder there is an invisible file (no icon) labeled Applications Folder. Get Info reveals it to be a unix executable file. I'm a newbie, and not sure what it means.
First off, I've searched the forums, but can't find an answer -- sorry if I missed something.Just got a new machine running 10.6.3 -- ugh, the dock and folders and so on look like clunky Windows junk :-(I miss my simple, elegant 10.4.11 dock ...I don't want to add novelty icons or that kind of thing, I just want a borderless dock that's semi-transparent or clear. And apparently all the apps out there to change the dock background don't work with Snow Leopard.I know CandyBar can help me with the folder icons and app icons, but as far as I can tell, not the actual dock background.
I am planning on buying a new Mac this weekend and was trying to decide on a hard drive size. When I clicked "Get Info" on the Applications folder it said 31.7GB, but when I actually added up the amount of space of each app in the folder, it only came to 12.6GB. I even included the miscellaneous folders (some of which were a couple GBs in size). If I were to transfer to another computer, would it say my Apps take up a different amount of space?
Does any one know of a bug or a log for folder scripts that do not run? I am trying to get a basic folder script (to replace %20 in the file name) of the Downloads folder.
When downloading multiple files (two or more) it runs only on the first file, successfully without error, and then never runs on the second file. If I move both of the files out of the Downloads folder and move it back it, the one file that does not get the folder action now does and everything is peachy.So it is not that the folder action is not scripted properly. It is just that the folder does not catch the second file download - guess maybe too fast? Has any one seen this or have this bug?
I'm new to ApplesScripting. I've found this script that I'd like to change:--This script will make a new folder on the desktop with current date and dialog box--format the date to 2010-11-19tell (current date) to get day & (it's month as integer) & (it's year as integer)set TheDateFormat to the result as text-- asks for folder name with date as default answerset TheFolderName to text returned of (display dialog "Name the folder" default answer TheDateFormat)--make folder with date & user entered texttell application "Finder" make new folder with properties {name:TheFolderName}end tellThe desired changes:- Date format should be: 150412 + a letter (a, b, c) if the folder to be created already exists.- Place the cursor at the start of name dialog, no selection active.- The new folders should be created in /Users/Hans/Dropbox/Jobs/Another question is related to execution of the script:- How can I start the script easily with a shortcut key or a Dock icon?- Is it possible to select client name from a plain text file containing client names in separate lines?- Is it possible to have zip files automatically unzipped to subfolder names with the zip package name?- Regarding the Dock icon I could even imagine that I drag a zip or other file from an email or the Desktop to the icon and that I only have to type the clients name to have the file moved to a new folder. user entered texttell application
Our environment has multiple Windows file servers, both 2003 and 2008. If one of these SMB shares is accessed from a Mac and the user creates a folder, will the ACLs on the share that are set to cascade actually cascade to this newly created folder? We've had issues in the past where ACLs that are supposedly set to cascade on a shared folder are not present on sub-folders created from Macs.Next question: if the share resides on a netapp device, do the same rules apply? The Macs are still connecting to these shared folders using the SMB protocol.All Macs are bound to our 2008 AD domain and use network accounts with local homefolders. The issue seems to happen when one or both of the following things happen:
1. A Mac user copies/creates a folder on a Netapp share and for some reason it doesn't inherit rights correctly
2. We move the folder from one share on an actual Windows server to the Netapp and it doesn't take permissions correctly.
Info: MacPro 2x2.66GHz Dual Core Xeon, 4GB RAM,, Mac OS X (10.6.8)
Im trying to run an rsync command which copies a backup of a server services folder using a remote computer. The backup folder of services resides on the main system disk.
errors out with building file list ... rsync: link_stat "/Users/john/ssh" failed: No such file or directory (2) rsync: link_stat "/Users/john/admin@mail.arina.biz/Volumes/Server HD_mail/Data Store Backups" failed: No such file or directory (2)
I've also tried to open the server in finder and run the rsync without ssh. This works for non system disks but get permissions errors on this system disk rsync: readdir("/Volumes/Server HD_mail/Data Store Backups/M-W-F/Data_Stores/mail/259F2CAC-D0EB-4348-B85F-1257F8242E87"): Permission denied (13)
How can i open the files in the folder if you scroll to "--open file items of the name folder" you can see where I am struggling to run the script.How should this look to run, currently the script runs, with no errors or anything appearing in the folders.
I am running OS 10.6.8, using Automator to create a Folder Action. The input is a single folder containing 2 or more PDF files. I drop this folder onto the folder with the action attached. All of the PDFs are combined and the resulting PDF is copied to a new location.
It works very well with one problem. The name of the combined PDF is an automatically generated system name. I would like this PDF file name to change to the name of the original folder that contained the original PDFs.
To summarize: "Folder A" has the action attached. "Folder B" contains 2 or more PDFs. I drop Folder B onto Folder A. Automator creates a new combined PDF. I would like this to be named "Folder B.pdf"
I have a folder action set up to open movie files in a conversion app but every time I add a new file it loads all the files in the folder. How can i exclude a file that has already been opened by the folder action. I can't move the file due to queing up moves for conversion if the file is moved after it is opened the the program doesn't know where to look for it. Ive tried Filter finder items by last opened and set it as today but that did not work. It opened nothing. May I could set it up to know if the file has been there longer then 5 min that the folder action should not open it.
I want to create a Folder Action to run the following shell script on all files with extension .vcs:
sed '1d' >reminder.ics
The job of the Folder Action is to take any Calendar item files downloaded from TVGuide.co.uk, remove the first line and then save them as .ics files. The reason for this is that the files are automatically generated with a carriage return on the first line, which BusyCal (being strict about these things) doesn't like. It then rejects the whole file.
I have tried doing this with Automator but the result didn't work.
If it's possible to have the Folder Action retain the original file name (ie. everything pre-extension) that'd be a bonus.
if there is a way of having a list of image file names, searching for the images then putting them into a new folder? I'm guessing it can probably be done through mac scripting but I know nothing about scripting and genreally not great with technogy so ideally need step by step instructions!
I have thousands of music projects with a somewhat fixed folder hierarchy and I'm trying to first rename and then extract (move) certain files from their original location.
Here is the most common example of the hierarchy: ProjectName/Info/Setups/fixed name file (either a pdf, txt or jpg)
My goal is to have these files renamed after their parent folders, all the way up to the Project Name and then have them moved to a set folder, out of this dull dictatorship I've created, so my files would end up with a name like this: ProjectName - Info - Setups - fixed name file
I'm trying to write a script that will open a specific folder. The only problem is that it needs to be run on multiple machines with different Hard Drive names. Here is a sample of the script that will work on my machine.
tell application "Finder" activate open folder "HDD:Volumes:USERData:Users:Staff:Name" end tell
Is there anyway to change "HDD" to whatever the current users Hard Drive is named?