Open a command prompt in the directory your zip files are located in and type the following:
To extract all zip files here
7z e *.zip
To extract all zip files with their full paths
7z x *.zip
You may need to copy 7z.exe from your 7zip installation directory to c:\Windows