Dear all experts,

Why everytime I use CreateObject statement it doesn't work if
I execute the script remotely?

For instance:
I have the script file on my C drive and I execute it, it works.
BUT if I have the script file on my remote computer and I share & map
the drive of that remote computer then I execute the script
file from my PC, then it doesn't work.

Question for experts:
How to make it works? Both local and remote computer have
WSH installed.

Thanks in advance
Keiko

Filename: Test.htm
------------------
<html><body><script language = "VBScript">
Set objOutlook = CreateObject("Scripting.FileSystemObject")
</script></body></html>
------------------