Is there a way to rename my .zip files as the name of their contents?
For example, my .zip files are named things like 5699302394mpnasth.zip
but the inside of them is associated directly with a shapefile (for qgis) as something like 120345
and these are the file names that I know. Is there anyway I can rename the .zip?
I tried ren c:\location\*.zip "c:\location\(directory of the inside of the zip)\"zip
But I didn't have any luck. I am brand new to this and just messing around.