commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
| 2018-02-19 | 2018-05-24 | ||
| double double-quotes in powershell (martin) | alternative powershell way (martin) | ||
| Line 203: | Line 203: | ||
| </code> | </code> | ||
| - | When executing such command from PowerShell, you additionally have to escape the doubled inner double-quotes with ''`'' (backtick) to prevent PowerShell from interpreting them on its own: | + | When executing such command from PowerShell, you additionally have to escape the doubled inner double-quotes with ''`'' (backtick) to prevent PowerShell from interpreting them on its own:((Alternative way is using single quotes instead of outer double quotes.)) |
| <code batch> | <code batch> | ||