Re: Too many parameters for command 'open'
Can you give us some context? What you have is a PowerShell syntax. Are you executing this from PowerShell? I do not get any error when I execute your command in PowerShell. Maybe you are executing this in a batchfile/cmd. There I get the error. In batchfile/cmd, the
`
should not be there (backticks are PowerShell escape characters)