The Item property contains the natIndexth command-line parameter as a string. It is the default property.
Arguments(natIndex) Arguments.Item(natIndex) = strArgument
Set oArgs = Wscript.Arguments. Wscript.Echo oArgs(0) Wscript.Echo oArgs.Item(0)
Wscript.Arguments property
© 1997 by Microsoft Corporation. All rights reserved.