While trying to extract zip files I get the error:
c:\\path\\name.zip is not RAR archive No files to extract
My code is:
for /f "tokens=*" %G in ('dir /on /b "D:\BACKUP_DATI\EXCEL\OPER*.ZIP"') do "C:\Program Files\7-Zip\7z.exe" x "..\%G" –aoa
References to further reading: