In windows, I would like to use some sort of batch file to unzip files on multiple directory at once.
For example :
Initial directory
--Foo1
----file1.zip
--Foo2
----Foo2.zip
The script would run with the Foo as the initial directory and search for the available sub directory and extract all the files on theses directory.
