I have been trying to create a alias on the desktop with no luck can someone give me some hints on where i am going wrong.
on run
tell application "Finder"
activate
make new Finder window to item "Network"
set target of Finder window 1 to folder "COAL" of item "Network"
end tell
tell application "Finder"
set thefolder to make new alias at desktop with properites
{name:"smb\stephenson1"acurran"}
tell the alias
open
end tell
try
mount volume "smb\stephenson1"acurran" as user name "acurran" with password "gamma"
end try
end tell
end run