cai_sebas Posted November 27, 2005 Posted November 27, 2005 Im working on some batch files, but i had a few question. I searched but did not found anything usefull.I want to remove a directory, WITHOUT confirmation?Auto close my batch fieDoes anyone can help me?
Doc Symbiosis Posted November 27, 2005 Posted November 27, 2005 (edited) use the following two lines:rmdir /S /Q "directoryname" exit Edited November 27, 2005 by Doc Symbiosis
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now