OS X :: Way To Create A Link To File?

Aug 18, 2006

I found a utility that allows me to copy a file's location to the clipboard, but is there a way to create a link to a file location? I'd like to be able to send co-workers a link to files or folders on shared servers, so they can just click the link and get to that location in their Finder. I seem to remember doing this with Windows. Can it be done in OS X?

View 5 Replies


ADVERTISEMENT

OS X :: Unable To Create Symbolic Link / Can't Move It

Nov 22, 2010

I want to create a symbolic link of my MobileSync Backup folder on my boot drive. That folder contains my iphone and ipad bckups and its getting large. I want to move it off my SSD.

I'm using SymbolicLinker plugin to do so. I can easily make the symbolic link but I dont understand the proper way to move it. Do I move the symbolic link to the drive I want it to be stored on or do I move the symbolic link to the SSD where I dont want the data stored?

View 2 Replies View Related

OS X :: Won't Create Symbolic Link / Can't Find Settings

Dec 2, 2009

How do i "Create a Symbolic Link"? I downloaded off apple's website an Automater script by Junecloud, but I can't get it to work!

Can anyone give me easy step by step instructions? I followed that on the Instructions file from Junecloud, I right-click on a folder and go to "Create symbolic Link" but nothing happens.

View 1 Replies View Related

MacBook :: Create A Link Of A Webpage On The Desktop?

Mar 6, 2012

I need some tip on how to create a link of a webpage on the desktop, but not with a general icon but with the website logo.

Info:
MacBook, Mac OS X (10.5.8)

View 1 Replies View Related

Applications :: CyberDuck - How To Create An FTP Link With Iweb For Using DL Files

Jul 30, 2010

I have a huge file I need to send a bunch of people, but its 150MB, so I was wondering about uploading the file to the FTP and giving a direct link for people to download?My webpage is up already so I know how to use iweb and and cyberduck, but I've yet to figure out to just upload it and send a direct link via FTP url?

View 3 Replies View Related

OS X :: Create File List And Batch File Renaming?

Aug 10, 2009

So in windows I can create a file list, save it to a text file, and create a .bat file with rename commands for each file. for example:

Rename 000055-060409232023-CAM1.jpg cal000image0000055.jpg
Rename 000056-060409232020-CAM1.jpg cal000image0000056.jpg
Rename 000057-060409232016-CAM1.jpg cal000image0000057.jpg
Rename 000058-060409232012-CAM1.jpg cal000image0000058.jpg
Rename 000059-060409232008-CAM1.jpg cal000image0000059.jpg
Rename 000060-060409232004-CAM1.jpg cal000image0000060.jpg
Rename 000061-060409232001-CAM1.jpg cal000image0000061.jpg
Rename 000062-060409231957-CAM1.jpg cal000image0000062.jpg
Rename 000063-060409231953-CAM1.jpg cal000image0000063.jpg

how do I create a file list and then create a way to batch rename in os x? I know the commands, but I don't know of a way to do it on more than one file at a time. I have found a few renaming apps but they all appear to be focused on just iterating up instead of renaming specific files to a new name.

View 5 Replies View Related

OS X :: Downloaded File From Random Link?

Jan 2, 2011

So I found a random link to a file thats maybe 500 MB, but I cant figure out what kind of file it is. Don't ask why I downloaded a random file, but what can I do to open the file and figure out what it is?

View 7 Replies View Related

ITunes :: Link Duplicate Tracks To The Same Source-file?

Feb 24, 2012

I have a number of tracks on both an artists album and again on a compilation album, not to mention greatest hits. (eg Today by Smashing Pumpkins on both Siamese Dream and again on Triple J Hottest 100, Vol. 2). I know it's a little OCD, but I like having the tracks available through both albums on iTunes (depending on my mood, I'll put the album on or go for a Triple J Mix). Even so, I'd like to decrease the 4.82GB worth of duplicates somewhat. If there is a way to do this automatically, that would be great, but I doubt it. There is also, of course, the risk of deleting album releases in favour of Live recordings or vice versa to consider in this. 

Info:
Mac OS X (10.5.8)

View 1 Replies View Related

MacBook Pro :: It Puts A Link To Every File I Open On My Desktop

Mar 1, 2012

I am a new Mac user, and everytime I open a file or document a link is put on my desktop. How can I turn this off.  As one user put it it is very annoying.

Info:MacBook Air, Mac OS X (10.7.3)

View 3 Replies View Related

Final Cut Pro X :: File Name Disappears From Link Search Window

Jun 23, 2014

Rebooting this question to keep it simpler.  Using the above, when I try to relink to files that are definitely the same type and size (WAVs or AIFFs only), the process SEEMS to work; the progress bar to confirm matching file goes through, file name disappears from the link search window and at the bottom it says (when searching for 1 file)  Matched: 1 out of 1. 

But nothing changes, still just red empty clips in Event Browser and Timeline.  I've tried deleting original file references / aliases from the Original Media folder, tried linking to the new file from various older folders, tried changing the names of files, just nothing.  I've trashed preferences with Preference Manager.  Is this some bug they left behind in Mountain Lion because they think we should all be in Mavericks by now?  I'm afraid to upgrade to 10.1.1 anyway with some older projects I still need to use - and I have other reasons to wait as well. 

View 1 Replies View Related

OS X :: Create A New File In Finder?

Oct 26, 2009

Is there really no way to create a new file in finder?

Windows has the simple right click->new menu....

View 7 Replies View Related

OS X :: Can You Create A File From Within Finder?

Jan 3, 2010

I've had my macbook for a couple of years now and I just figured you couldn't do this, but I might as well ask:

Can you create a file from within finder?

For example, on Windows machines, you can right click in explorer and it goes something like create new > [folder, text file, word doc, etc]. I know that you can add folders, but I'd love to be able to quickly add a new .txt file without having to open TextEdit first (not that it's any faster, just my workflow).

View 3 Replies View Related

OS X Technologies :: Create A Log File?

Apr 24, 2012

Been up for a while trying to figure this out with no luck. I created an app that will uninstall a program and all of it's files. 

example try                    do shell script "rm -rf /Applications/TestFakeApp"           end try     try                    do shell script "rm -rf /Applications/TestFakeApp2"           end try     try                    do shell script "rm -rf ~/Library/Preferences/com.FakeTestApp.plist"           end try          try                    do shell script "rm -rf ~/Library/Preferences/com.FakeTestApp2.plist" end try          try                    do shell script "rm -rf ~/Library/Logs/FakeTestApp*"           end try          try                    do shell script "rm -rf ~/Library/Application\ Support/FakeTestApp" end try 

there are alot more paths to remove but this is just a few for example 

I want to be able to create a log.txt file on the desktop to show what has been removed and or what could not be removed. 

I then tried by creating a text document by using 

do shell script "touch ~/Desktop/test.txt" tell application "Finder" open file ((path to desktop folder as text) & "test.txt") using ((path to applications folder as text) & "TextEdit.app")end tell 

but I don't know what to do next. 

1. Have it check for each file to see if it was deleted or not

2. add it into the test.txt file

3. save the file once done 

Info:
MacBook
Pro, Mac OS X (10.7.3)

View 13 Replies View Related

Software :: How To Create A Txt File Natively

Dec 20, 2007

how to create a .txt file natively.

View 6 Replies View Related

OS X :: How To Sort File By Create Date

Sep 18, 2010

How do I sort files by create date in Finder? I have Name, Date Modified, Size and Kind. I see no way to add File Create Date.

View 2 Replies View Related

Applications :: How To Use Notepad To Create Log File

Dec 16, 2010

I am a mac newbie and I used to use Notepad to create log files like this: How to Use Notepad to Create a Log File. Is there something comparable on Mac?

View 5 Replies View Related

OS X :: Way To Create Virtual File For Game Cd

Aug 17, 2010

I'm currently running OSX 10.6.3 on a Macbook Pro and want to create a backup CD for Sims3.where the CD gets to the point that's it covered in scratches so I've generally created and run ISOs on the PC, but I'm not sure how to create a usable image on the Mac.

View 1 Replies View Related

Final Cut Pro X :: How To Create Own Projects File

Aug 23, 2014

Can i create my own FCP X Projects file?  I'm new to FCP X and the training I'm on said i should have a project and events folder in but I've only seen the FCP X Events file.  I'm afraid that these folders may not be able to communicate properly?

Info:
iMac

View 1 Replies View Related

Applications :: How To Create A Table From An Ascii File

Oct 13, 2009

I have a list in ascii/text format, where columns are separated by "|"'s. I'd like to read this into Numbers but by default it doesn't know what to do with those "|"'s of course. I've heard (though am unable to verify) that Excel has this ability to recognize separator symbols and put it in separate columns. Is there a way to do this with Numbers or any other Apple program?

View 1 Replies View Related

Windows On Mac :: How To Create A Fusion VM From An Image File

Feb 12, 2010

I made an image of my Windows XP laptop drive using Macrium. I can see the image file there on one of my Mac Pro's internal drives, but Im not able to select in Fusion.. Is there a way to make a Fusion VM from this image? If not, how do I go about creating a VM from my laptops's HD? I'm using Fusion 2.6.

View 5 Replies View Related

OS X :: Create New User Account And Transfer File

Aug 16, 2010

Today is the day i'd like to create a new user account and transfer all my files to that account. The problem? i've never tried this before! I will need step by step instuctions please.

View 4 Replies View Related

MacBook Pro :: When Using Filevault2 Can Create A File And Send It Someone Else

May 12, 2012

if you send a file to another user. Will they be able to read the file? 

Info:
MacBook Pro (13-inch Early 2011), Mac OS X (10.7.4)

View 1 Replies View Related

OS X Mavericks :: (10.9.4) Couldn’t Create Temporary File

Aug 29, 2014

I have a 1TB drive in my Mac Pro running Mavericks 10.9.4 and I went to disk utility to erase some free space on the drive. However I keep getting the error message: Secure Erase Free Space failed Secure erase Free Space failed with the error: Couldn't create temporary file. 

I Googled the error message and couldn't find anything. The error message is heaps unuseful, it doesn't tell me why it couldn't create a temporary file or what I can do to fix it.

Info:
Mac Pro (Early 2008), OS X Mavericks (10.9.4)

View 1 Replies View Related

Final Cut Pro X :: Cannot Create Master File Or Burn DVD

Jun 21, 2014

When trying to share to a master file I  get a notice that the operation failed and the details state: Frame 19587, Error 11

View 1 Replies View Related

Safari :: Mail Link/Mail Contents Giving Error - "Safari Can't Create An Email Message Because Google Chrome.app Doesn't Support"?

Apr 5, 2012

Since updating Safari recently to 5.1.5, if I choose the Mail Link to This Page command, instead of opening Mail.app with a new email with the link pasted in, it launches Google Chrome and, in Chrome, goes to the email login page for Google webmail. If I choose the Mail Contents of This Page command, I get an error message stating: "Safari can't create an email message because Google Chrome.app doesn't support sending webpages from Safari. You can use the Mail application included with Mac OS X to send webpages." Safari is set as my default browser. This behavior started immediately after the 5.1.5 update.I use these commands pretty regularly and, through many version of mail.app and Safari, there has never been a glitch. Any ideas, folks? Or is this a bug introduced by 5.1.5 or some other recent Software Update? (Software updates are completely up to date and on 10.7.3.)

Info:
Intel iMac 20, Mac OS X (10.7)

View 1 Replies View Related

OS X :: IDisk - Unable To Sync When Edit File Or Create New One

Aug 2, 2009

I've just joined mobile me and so copied my documents folder into iDisk. But when I edit a file or create a new one, iDisk doesn't update. Does this mean I now have to save all files twice?

View 2 Replies View Related

ITunes :: Open An Alternate Library File Or Create A New One?

Jul 5, 2012

I created a new iTunes on my iMac and lost my songs in my playlists.  Any way to recover this info from time machine? 

Info:
iMac, Mac OS X (10.5.8)

View 1 Replies View Related

OS X Mountain Lion :: How To Create ZIP File With Date In Terminal

Aug 27, 2014

I am looking for a command to create a .zip file with todays date of /Library/Caches/

What is the command for creating a .zip file with date in Terminal?

View 3 Replies View Related

Final Cut Pro X :: What Drive Is Appropriate To Store Create Archive File

Jun 17, 2014

I have a MyBook dump drive I load all my raw/original camcorder footage on for storage.   

I use individual passport drives to create and edit my events/projects.   

Which of these drives should I be creating my archive files on and can I delete these archive files once I import the media into an event?  

Info:
Final Cut Pro X, Mac OS X (10.7.5), Sony HandyCams

View 4 Replies View Related

Applications :: Create High Quality PDF With Small File Size?

Sep 24, 2009

I am creating a digital album booklet for a band I manage, basically I took a high res photo and type the lyrics of each song over it, then added additional pics, the booklet is roughly 33 pics. I am using Photoshop and saving each file as a PDF, I then plan on combining them all at once. I know there has to be a better way to get this done. Right now each photo is roughly 3.3mb, that's way too big! How do I get the size down?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved