Dos - Directory

Card Puncher Data Processing

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

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

Copy

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





Discover More
Card Puncher Data Processing
Dos - Dir

Dir displays a list of files and subdirectories in a directory. where the options without extra attributes are: Options Description [drive:][path][filename] Specifies drive, directory, and/or...
Card Puncher Data Processing
Dos - Dynamic Variable

Dynamic Variable are managed by the interpreter in order to give access to environment variable but theyare not variable in the way that you can't set them in order to change their value. %CD%: the...
Windows 95 Wallpaper Version
Windows - File System

in Windows For simple management in DOS, see: Microsoft’s security model doesn’t permit to give ownership to someone, only to take it. That way an admin (or otherwise privileged user)...



Share this page:
Follow us:
Task Runner