ucc decompress *.uz
Posted: Tue Sep 01, 2009 7:40 pm
just noticed that decompress doesn't support *.uz
just put this into a batch file (.bat)
for %%f in (*.uz) do ucc decompress %%f
(add specific paths if the .uz files are not in the system folder)
just put this into a batch file (.bat)
for %%f in (*.uz) do ucc decompress %%f
(add specific paths if the .uz files are not in the system folder)