I think you need a 'using terms from' block. This tells AppleScript where on your machine to get the information it needs to compile the script, since it can't get that information over the network.
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier>
using terms from application <font color = red>"finder"</font>
tell application <font color = red>"finder"</font> of machine <font color = red>"eppc:<font color = brown>//<font color = blue>10.0</font>.<font color = blue>1.1</font>"</font> to activate</font>
end using terms from
</font>[/code]
Then again, I haven't tried remote scripting with 10.1 yet.
[ 10-03-2001: Message edited by: Rickster ]
(edit: if HTML isn't allowed in posts, it shouldn't convert UBB to HTML when you edit.)
[ 10-09-2001: Message edited by: Rickster ]