Files
tldr/pages.nl/windows/chdir.md
2024-10-10 13:50:52 +05:30

13 lines
377 B
Markdown

# chdir
> Dit commando is een alias van `cd` in Command Prompt en vervolgens `Set-Location` in PowerShell.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/chdir>.
- Bekijk de documentatie van het originele Command Prompt commando:
`tldr cd`
- Bekijk de documentatie van het originele PowerShell commando:
`tldr set-location`