BE VERY CAREFUL! If you have a symbolic link that is a directory (made with mklink /d) then using del will delete all of the files in the target directory (the directory that the link points to), not the link. rmdir will only delete the directory link, not what the link points to.