LISTING 2: Code to Allow Only One Input File If Not WScript.Arguments.Count = 1 Then WScript.Quit Else strInput = WScript.Arguments(0) End If