Date:  03/27/2005 12:06:02 AM Msg ID:  002489
From:  John Potter Thread:  002489
Subject:  server.execute directories
Good Morning,
 
I can't get server.execute to execute a file in other than the current directory.
 
Works fine:
=server.execute("head.fwx")
 
Then, I move head.fwx to the foo directory just off the root and none of the below work:
=server.execute("/foo/head.fwx")
=server.execute("../head.fwx")
=server.execute("\foo\head.fwx")
=server.execute("..\head.fwx")
 
What am I doing wrong?
 
Ciao,
 
John Potter