CMD常用命令14命令行批量解压jar文件 Posted on 2014/04/08 by neohope — No Comments ↓ for %%I in (*.jar)do ( echo --unzipping %%~nI 7z x %%I -o%%~nI ) pause