Command line arguments - object required: 'objshell.NameSpace(…)'
问题 I am working on a script that will utilize the built in capabilities of Windows to unzip a supplied .zip file. I am pretty new to vbscript so some of the syntax stumps me a little. I am working with some existing code and trying to modify it so that it will take a command line option for the file name. If I use the command line to pass the file name, I receive the error: object required: 'objshell.NameSpace(...)' If I populate the same variable with text within the script, the script runs