1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 11:15:30 +02:00
tldr/pages.nl/windows/chdir.md

13 lines
377 B
Markdown
Raw Normal View History

2023-11-02 20:59:27 +01:00
# 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:
2023-11-02 20:59:27 +01:00
`tldr cd`
- Bekijk de documentatie van het originele PowerShell commando:
2023-11-02 20:59:27 +01:00
`tldr set-location`