Error during command authentication.

Error - unable to initiate communication with LISTSERV (errno=10061, phase=CONNECT, target=127.0.0.1:2306). The server is probably not started. LISTSERV - MACSCRPT Archives - LISTSERV.DARTMOUTH.EDU

On Oct 22, 2007, at 18:22, Levon Spradlin wrote:

>     I get an AppleScript Runtime Error when trying this simple  
> code. I am
> copying it from known working tutorial scripts, thinking that my  
> syntax was
> off in my project. It makes my head hurt when simple does not work.  
> Am I
> doing something wrong?
>
> tell application "Finder"
>     set theDesktop to path to desktop as Unicode text
> end tell
>
> Finder got an error: Can't make desktop into type constant.
>
>
> Levon Spradlin
> Technology Manager, Desktop Publishing Support Services
> Pearson | Assessment & Information
> 512-989-5300 x 3989
> [log in to unmask]
> AOC DPSS Weblog @ http://aocdpss.wordpress.com/
>
> ð "Those who would give up essential liberty to purchase a little  
> temporary
> safety deserve neither liberty nor safety. " Benjamin Franklin  
> (1759) ð

You mean

tell application "Finder"
	set theDesktop to path to "desk" as Unicode text
end tell


Deivy