RL Vision Knowledge Base
Support questions and answers for software by RL Vision.
Note: This is an archived discussion. Any bug, problem or suggestion mentioned here is likely to have been fixed since it was written.
Subject: Re: Dupli Find still asking for windows script ???
Date: Sat, 09 May 2009 12:57:09 +0200Hi,
Sorry for the late reply.
If Dupli Find complains it is because it can not create an object that is required. All modern systems should have this object built in, so I don't know why it does not work for you. I made a small script that displays the script version. Please run it and tell me what is says. There should be 3 versions displayed.
// Dan
Nathaniel wrote:
> I have the latest service pack 3 , and if I try to in stall window script 5.7 it say's that it's not needed??
>
> why is Dupli Find still asking for windows script ???
>
'WScript.Echo "WSH Version: " & WScript.Version & vbNewLine & "VBScript Version: " & ScriptEngineMajorVersion & "." & ScriptEngineMinorVersion
WScript.Echo "WSH Version: " & WScript.Version
WScript.Echo "VBScript Version: " & ScriptEngineMajorVersion & "." & ScriptEngineMinorVersion
Set objFSO = CreateObject("Scripting.FileSystemObject")
Wscript.Echo objFSO.GetFileVersion("c:\windows\system32\scrrun.dll")
version.vbs
Sorry for the late reply.
If Dupli Find complains it is because it can not create an object that is required. All modern systems should have this object built in, so I don't know why it does not work for you. I made a small script that displays the script version. Please run it and tell me what is says. There should be 3 versions displayed.
// Dan
Nathaniel wrote:
> I have the latest service pack 3 , and if I try to in stall window script 5.7 it say's that it's not needed??
>
> why is Dupli Find still asking for windows script ???
>
'WScript.Echo "WSH Version: " & WScript.Version & vbNewLine & "VBScript Version: " & ScriptEngineMajorVersion & "." & ScriptEngineMinorVersion
WScript.Echo "WSH Version: " & WScript.Version
WScript.Echo "VBScript Version: " & ScriptEngineMajorVersion & "." & ScriptEngineMinorVersion
Set objFSO = CreateObject("Scripting.FileSystemObject")
Wscript.Echo objFSO.GetFileVersion("c:\windows\system32\scrrun.dll")
version.vbs


