| 
				
				Looking for a script or batch file to make zip files
			 
 Anyone know how to do something like this?  Maybe through a batch file?
 1.  identify all files within a folder (including subfolders) that are over 250MB
 2.  Run through the directory of files and zip each identified into a .zip file with the same name, including the file extension (ext:  myfile.dbf  ==> myfile_dbf.zip)
 3.  verifies that the zip archive is valid
 4.  delete the original files which was zipped (upon a successful verification in step 3)
 
 ideally i'd like to run multiple occurrences of such a script/app, or have the app/script take advantage of as much horsepower as possible and process multiple files in parallel.
 
				__________________40
 |