Dear all,

Let's say I have 2 PCs: A and B.
I shared one of the folder of B PC as X drive.
I placed an a.htm with this source inside X drive:

'-----------------

<script language="VBScript">
msgbox("A")
Set f = CreateObject("Scripting.FileSystemObject")
msgbox("B")
</script>

'-----------------

How come the CreateObject statement is not executed at all
when I call the file from the mapped drive (from A PC)?
I tried it on my C drive (of my A PC) and it works.

How to overcome this problem if we want to place a shared script in the shared/mapped drive?

Looking forward for your reply.

Thanks in advance.
Keiko