|
-
May 10th, 2001, 09:16 PM
#1
Thread Starter
Addicted Member
Help - Help - Help
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>
------------------
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
|