Create a sub directory in each directory in the current directory
Run this on Windows Command Prompt to make a sub directory in each sub directory of the current directory called "logs". Change accordingly... :-)
for /f "usebackq" %a in (`dir /b /ad`) DO (
mkdir "%a/logs"
)
1 Comments:
Hello. This post is likeable, and your blog is very interesting, congratulations :-). I will add in my blogroll =). If possible gives a last there on my blog, it is about the Impressora e Multifuncional, I hope you enjoy. The address is http://impressora-multifuncional.blogspot.com. A hug.
21 March 2008 at 18:22
Post a Comment
Subscribe to Post Comments [Atom]
<< Home