1
vote
1answer
34 views
Can I initialize objects written in JScript from VBScript?
I am trying to write a WSH logon script. Administrators throughout the company need to be able to customize the execution of the script, and execute additional scripts, for specific locations and …
0
votes
1answer
13 views
Running multiple JScript files in a separate process
I am looking for a way to launch multiple scripts in a separate process from my main script, but in such a way that they can access copies of variables I've declared. Consider the following example:
…
1
vote
3answers
339 views
Is there a log4j equivalent for VBScript?
I need to instrument a series of .wsf and .vbs files with debug statements; before I go off and roll my own, does something like log4j exist for WSF/VBScript?
0
votes
0answers
51 views
Connecting to SQLCE from windows scripting host on a Win32 platform
Is it possible to connect to SQLCE on a Win32 platform using Windows scripting host?
I've tried using the ADODB.Connection activeX object to no avail.
1
vote
1answer
587 views
WSF and ADO with DB2 , recordset.MoveNext not supported error in vbscript
Hi ,
I am trying to loop on a recordset returned from db2 using a .wsf file and vbscript .
the vbscript libfile(lib.vbs) is as follows
'**********
Const ADOCon="Provider=IBMDADB2.1;Password=;User …
