CMD Ordner wechseln (aka Change DIR)

PHOTO EMBED

Wed Mar 18 2026 11:36:42 GMT+0000 (Coordinated Universal Time)

Saved by @2late #cmd

pushd D:\some\folder




C:\Temp>pushd D:\some\folder

D:\some\folder>popd

C:\Temp>_
content_copyCOPY

Another alternative is pushd, which will automatically switch drives as needed. It also allows you to return to the previous directory via popd: