|
-
Jul 8th, 2002, 03:18 AM
#1
Thread Starter
Addicted Member
VBScript on the mapped drive
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|