- deltree
-
deltree
(short for delete tree) is a command line command in Microsoft operating systems that deletes an entire subdirectory of files. It appeared in MS-DOS 6, and was retained throughout all Windows versions based upon MS-DOS, including Windows 95, Windows 98, and Windows Me. (For Windows versions before Windows 95, the presence ofdeltree
depended on the version of the MS-DOS that was already required to be on the machine, which was completely separate from Windows.)Deltree isn't present in Windows NT-based operating systems, including Windows NT, Windows 2000, Windows XP, Windows Server, Windows Vista and Windows 7. Instead, the
rd
orrmdir
(remove directory) command removes a subdirectory along with all its files if the /s command-line switch is present, and does so without prompting if the /q command-line switch is also present.[1]See also
References
External links
- deltree at Microsoft.com
Windows command line programs and built-ins (more) File system
(basic)File system
(advanced)Processes Registry User environment Text processing Shell programming Networking Searching Miscellaneous This computer storage-related software article is a stub. You can help Wikipedia by expanding it.