Table of Contents

Dos - Directory

About

Directory in DOS

Management

Current

By using the dynamic variable cd, you can retrieve the (working|current) directory

echo %cd%

Rename

rename "C:\myPath\....\dirOldName" dirNewName

Traverse

Dos - Dir

Remove

rmdir C:\myDir /S /Q

Copy

xcopy /Y /E C:\myPath C:\myPath2