Programatically creating an alias on a Mac workstation
<font color=black>On an OS X 10.3 workstation, I need to create an alias to a subfolder of a shared folder on a server.
The server has a share called "Products" (smb) with a complicated folder structure underneath it.
On the client (10.3) an alias should be created on a user's desktop, pointing directly to (for example):
(the share 'Products' on the server)/PN1395/subfolder/subfolder/...
Is there a way of doing this programatically?
If not, what would be the absolute easiest way for users to do this manually?</font>