1.

Solve : Extracting several zip files in a folder?

Answer»

Need help, with a batch file. I don’t want to use another zipping utility, I prefer to use the ONE installed with windows. I am trying to extract several zip files that are located in a specific folder, without knowing the names of the files. See I need to extract the .csv files that are in the zipped files to another location. I will have to do this on a weekly basis and the names of the zipped files will change. If some would please help I would be very grateful. I did see the .VBS script file that was used to UNZIP a file, however I will not know the name of the zipped files.What I am thinking........is that I will need a batch file that will get me a list of the zip files and I can then use that list to extract the documents.Ok I GOT the list of Zipped Files using





dir "C:\Documents and Settings\cad\Desktop\TDSP Data\Test" /b> Zipped_File_Names.csv


now I need to get these file names into another scripted file so that I can extract them. can make it any file that best suites the soulition.



Discussion

No Comment Found