1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.nl/windows/pushd.md

10 lines
321 B
Markdown
Raw Permalink Normal View History

2024-09-21 19:02:54 +02:00
# pushd
> Plaats een map op de stapel zodat deze later kan worden benaderd.
> Bekijk ook `popd` om terug te schakelen naar de originele map.
2024-09-21 19:02:54 +02:00
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/pushd>.
- Schakel naar een map en zet deze op de stapel:
`pushd {{pad\naar\map}}`