Skip to content

Instantly share code, notes, and snippets.

@yi-Xu-0100
Created June 25, 2020 08:16
Show Gist options
  • Save yi-Xu-0100/9fc08af1dfd7f75ec4559ec93f66fb77 to your computer and use it in GitHub Desktop.
Save yi-Xu-0100/9fc08af1dfd7f75ec4559ec93f66fb77 to your computer and use it in GitHub Desktop.
放置在目录下,使用后,自动压缩各文件夹到各个命名的压缩包
for /d %%X in (*) do "c:\Program Files\7-Zip\7z.exe" a "%%X.7z" "%%X\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment