I do write BAT files - and have never gave up on them ever since my IBM PCJr. - once in a while to: - automate repetitive shell commands - setup a path - perform string or repetitive operations on a bunch of files which depends on a search in the current directory. To "kill the snake and show the stick" (a popular saying in Brazil which denotes "to show that you have really done it") here's a simple example: for /D %%i in (*) do dir /s "%%i" >> dirs.txt Julio Cezar
J
jcdmelo
@jcdmelo