
Running VBS Script Via Logon Batch File
I am tring to executes a VBS script through an WSH object in ASP. I found the
same problem as you encounter, the script hangs......
Few guys and I are tring to solve this problem, see our message header and follow
it up. (The starting message is written by me on 30-Jan).
I can't say any more but maybe we can join up to solve this WSH problem.
Feel free to post any new information into the message dialoge..
Nir.
Quote:
-----Original Message-----
I am attempting to run a VBS script that maps drives based on Windows 2000
(Mixed Mode) Security Groups from Windows 95 systems. I wrote a KiXtart
script that works nicely for this, but the company I am working with wants
to do WSH scripting for this function, thus the VB Script.
The VB Script works fine from the Command line, but not from the logon batch
file (the batch file hangs). The contents of the logon batch file are:
%0\..\cscript.exe %0\..\script.vbs
Use of the %0\..\ to reference the NETLOGON share of the DC/BDC (Mixed Mode)
authenticating the User works fine using KiXtart (%0\..\kix32.exe
%0\..\kixscript.kix), but hangs using cscript.
Anyone have any insight on this?
Thanks in advance!
Robert Baker
Portland, OR
.