Use a simple batch script to extract all .zip files in a directory to a specified directory.
The bat script will use 7zip command line and display the results of the extraction for you.
You can edit the 7zip command to suit your needs.
Add t to the 7zip command to test the archive before extraction.
Read the rest of this entry »
Using batch script to search folder and copy file to a directory
I have a lot of files all in different folders and all zip archives i needed to find specific files from these folders and copy them to a seperate folder.
Using batch scripting i was able to automate the search process using a list of the files i needed.
I created a simple text file with a listing of the files i needed on a seperate line.
file1
file2
file3

