windows/*: add, update PowerShell commands and aliases for Dutch translation (#11277)

This commit is contained in:
Sebastiaan Speck
2023-10-26 19:38:46 +02:00
committed by GitHub
parent 9856c5aec6
commit fe6c49b9bd
5 changed files with 90 additions and 10 deletions

View File

@@ -0,0 +1,33 @@
# Set-Location
> Geef de huidige werkmap weer of ga naar een andere map.
> Deze opdracht kan alleen worden gebruikt via PowerShell.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-location>.
- Ga naar de opgegeven map:
`Set-Location {{pad\naar\map}}`
- Ga naar een map in een andere drive:
`Set-Location {{C}}:{{pad\naar\map}}`
- Ga en toon de locatie van de opgegeven map:
`Set-Location {{pad\naar\map}} -PassThru`
- Ga naar de bovenliggende map van de huidige map:
`Set-Location ..`
- Ga naar de thuismap van de huidige gebruiker:
`Set-Location ~`
- Ga terug/vooruit naar de eerder gekozen map:
`Set-Location {{-|+}}`
- Ga naar de hoofdmap van de huidige drive:
`Set-Location \`