In PowerShell v2, if command names started with a number, you had to use the call operator "&":
PS> & 7z
In PowerShell v3, this is no longer necessary.
In PowerShell v2, if command names started with a number, you had to use the call operator "&":
PS> & 7z
In PowerShell v3, this is no longer necessary.