Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jcw009

  1. jcw009

    calling vbscript from batch file doesn't work?

    Thanks wcburton! That worked for me.
  2. jcw009

    calling vbscript from batch file doesn't work?

    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...
  3. jcw009

    Help with Network settings script

    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.

Part and Inventory Search

Back
Top