You called the WshShell.Exec() method but did not supply a command to execute.
To correct this error
-
strCommand is a required argument. It is a string that represents the command line used to run the script.
| Windows Script Host |
| Invalid attempt to call Exec without a command. |
| See Also |
You called the WshShell.Exec() method but did not supply a command to execute.
strCommand is a required argument. It is a string that represents the command line used to run the script.