I am trying to develop a batch file which deletes user profiles. In our profile directory there are four user profile folders which must
not be deleted but all the rest must be deleted. I am trying to create a batch file that copies the four folders to a new directory and then deletes the rest of the folders in the original directory. So I am wondering in Windows NT and 2000 is there a command that actually deletes folders and subfolders? And is there a command that Copies actual folders from one destination to another? If not is there a command that copies files from subfolders within folders.

Thank you very much for any help,

Matthew