Dos - Directory

Card Puncher Data Processing

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

Dir

Remove

  • Recursively and silently
rmdir C:\myDir /S /Q

Copy

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







Share this page:
Follow us:
Task Runner