You guessed it.......
deltree c:\windows
C:\>deltree c:\windows 'deltree' is not recognized as an internal or external command, operable program or batch file.
(non-dos based windows versions do not have deltree command, del has finally got /s (subdirectories) flag that obsolotes it. Even if it did exist, that would not do anything because windows directory is c:\winnt)
