Dear valued community
I have been assigned with the Task of solving a currently occuring error within an VBScript. The script itself works fine on a Windows Server 2008R2 Standard x64 Server (virtualized with VMWare). Unfortunately, as soon as a Client tries to execute the script (either by klicking on it or via a custom programmed application called "Bitarchive"), it just won't work.
Below I've entered the whole code snippet, the error always Points to line 18 char 1. I had to shorten it because it uses to much characters. I've tried to attach the source file itself, but somehow the Firewall is blocking. I'll upload it later today.
I hope you can help me, I've tried various attempts (Register .dll's with regsvr32, checked ceratin registry entries and so on...).
I have been assigned with the Task of solving a currently occuring error within an VBScript. The script itself works fine on a Windows Server 2008R2 Standard x64 Server (virtualized with VMWare). Unfortunately, as soon as a Client tries to execute the script (either by klicking on it or via a custom programmed application called "Bitarchive"), it just won't work.
Below I've entered the whole code snippet, the error always Points to line 18 char 1. I had to shorten it because it uses to much characters. I've tried to attach the source file itself, but somehow the Firewall is blocking. I'll upload it later today.
I hope you can help me, I've tried various attempts (Register .dll's with regsvr32, checked ceratin registry entries and so on...).
Code:
Set objWSHShell = WScript.CreateObject("WScript.Shell")
Set oargs = WScript.Arguments
Set fs = WScript.CreateObject("Scripting.FileSystemObject")
Set satAPI = CreateObject("satWorkAPI.bitArchive")
limit=50