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!

Search results for query: *

  • Users: jcw009
  • Content: Threads
  • Order by date
  1. 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...

Part and Inventory Search

Back
Top