How to delete multiple folders using rmdir command in bat file?
Hi All,
I want to delete some folders which are populated in
"C:\Documents and Settings\Admin\Application Data\Microsoft" and
"C:\Documents and Settings\Admin\Local Settings\Application Data\Microsoft" and
"C:\Documents and Settings\All Users\Microsoft" using a single batch file.
Please suggest me.
0 Comments
[ + ] Show comments
Answers (2)
Answer Summary:
rmdir c:\path\of\directory /S /Q Use multiple lines in one batch file and it will execute all commands.
rmdir c:\path\of\directory /S /Q Use multiple lines in one batch file and it will execute all commands.
Please log in to answer
Posted by:
piyushnasa
12 years ago