i wrote run.bat which consists of:
cscript //nologo %1
i call arguments with this batch file which consists of:
Option Explicit
Dim strArgument
For Each strArgument in Wscript.Arguments
Wscript.Echo strArgument
Next
but it doesn't return anything.
if i call arguments.vbs from the command...
is it possible to do this without netdom (i.e. 'pure' vbscript/adsi)? i've seen examples of creating computer accounts w/ adsi/vbscript, but nothing that also adds the local computer account.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.