I'm trying to write a batch file that will scan/search a directory for MS Cabinet files. Then extract the contents of each cabinet file. The extracted contents are then "stored" in a cabinet file with the same file name as the original file. The new file then overwrites the old file.
Presently, the setup is -
search for cabinet files;
extract cabinet content to temporary directory;...
↧