Mac OS 10.2.5
I want to write a script that I can place on the desktop and the user can double click it to execute it (kind of like a Windows .bat file). Is this possible with a Mac?
All the script is going to do is mount an SMB share...
mount_smbfs -W workgroup //username@server/share /mnt/smb
Also, is it possible to make the mounted volume appear on the desktop, like it does when you use the "Connect to Server" feature in the Finder?
Thanks,
Chris
I want to write a script that I can place on the desktop and the user can double click it to execute it (kind of like a Windows .bat file). Is this possible with a Mac?
All the script is going to do is mount an SMB share...
mount_smbfs -W workgroup //username@server/share /mnt/smb
Also, is it possible to make the mounted volume appear on the desktop, like it does when you use the "Connect to Server" feature in the Finder?
Thanks,
Chris