Solution: Can't delete "The... folder does not exist. The file may have been moved or deleted."
Use RMDIR on containing folder
Begin like the previous method, but try alsormdir /s foldername(replace foldernamewith the name of the folder to be deleted). This command should delete a folder with all its subfolders.
If the folder name contains one or more spaces, enclose it in quotes. Example:
rmdir /s "folder name"Note that the abbreviated command rd can be used in place of rmdir.
留言
張貼留言