View Single Post
      01-30-2008, 10:04 PM   #10
The_Blob
Second Lieutenant
The_Blob's Avatar
479
Rep
298
Posts

Drives: 2008 E92 335i
Join Date: Dec 2005
Location: Canada

iTrader: (0)

MAKE DIRECTORY = mkdir C:\hello\people

REMOVE SUBDIRECTORY = rd C:\hello\people

If you want to delete everything, including all your directories and subdirectories, I mean everything, without formating your drive.....

do this = deltree /y C:\
Appreciate 0