Login Script
I work with iMac G5s running Mac OS X used as public workstations for a library.
I have written and tested an AppleScript batch that maps a user's storage "iLocker" folder on the campus network and display the folder in a new window. This script wraps the statements:
set userName to (do shell script "env logName")
mount volume "smb://ilocker.xxu.edu/users/" & userName
-- code to display folder.
I wish to put this script, where it will be the first thing to run after a user logs onto the iMac, which is set up to authenticate to the campus network. Is there a folder where I can put my login script to make it run after every logon?
A similar question was asked back in October ("Network login script"), but I could find anything in the thread that was applicable to my own problem.
iMac G5 Mac OS X (10.4.3)