Bill Steele wrote:

> I swear programming would be nothing but fun without syntax. In
> Tiger, Applescript 1.10.7:
>
> set onePath to (path to desktop as string) & (docName as string)
> set newPath to ("Server:Folder:" & (docName as string)
>
> tell application "Finder"
> duplicate item onePath to newPath
> end tell

tell application "Finder"
     duplicate item docName of desktop to folder "Server:Folder:"
end tell

HTH

has
-- 
http://appscript.sourceforge.net
http://rb-appscript.rubyforge.org