I'm very new to working with batch files but I'm trying to achieve the following
I have a folder C:\...\...\...\evidence
In it are subfolders, the names of these can vary, can contain letters numbers and spaces. Let's say;
- Equations
- Microscopy
- images
- Data
- 10052011
What I'd like to do is compress all the contents of the subfolder into a file {Subfoldername}.zip
so Equations.zip
in equations and delete the now zipped contents.
I can use native zipping or 7zip
and I can work with vb if necessary.