About
Directory in DOS
Articles Related
Management
Current
By using the dynamic variable cd, you can retrieve the (working|current) directory
echo %cd%
Rename
rename "C:\myPath\....\dirOldName" dirNewName
Traverse
Remove
- Recursively and silently
rmdir C:\myDir /S /Q
Copy
xcopy /Y /E C:\myPath C:\myPath2