Canadian Mac Forums at ehMac banner

Create an alias that can be used on any mac

1.4K views 4 replies 4 participants last post by  CanadaRAM  
#1 ·
Here's my problem, I want to create an alias that works both on my mac and my friend' mac. The problem is that when I create an alias on my computer, it only works on my computer and not on my friends. I believe it has something to do with the fact that the names of our home folders are different. Is there any way I could make the alias work both on my computer and my friends?

Thanks, Andrew.
 
#2 ·
Nope, not as far as I can remember. How is the alias going to know the path on an arbitrary other machine?
The alias will have to be created on each computer.
I take it that the file or program that the alias is pointing to exists on each computer?
The only other way it would work is if the target of the alias was on a server that both computers had access to. If the target is on a webserver, then it is just a hyperlink to that file on the webserver.
 
#4 ·
This can be done. Developers do it all the time.

They make an Alias to a standard, named folder that is present on all Macs -- like, say, Applications. They include that alias on their disc image with the app (trying to communicate that the users should drag the app onto the alias in order to install). It works on every Mac.
 
#5 ·
Sure -- if what you want to alias to is a standard folder.

The context of the question seemed to be to alias to a specific, non-standard and arbitrary filename at an arbitrary path inside the home folder of the other user.

So to modify my answer: If the Path to the target is known, and is absolutely consistent, then an alias can be made on one computer that will work on another.

But if the path is variable, then all bets are off.