@echo off rem 「元の(ファイル名|フォルダ名).7z」で個別圧縮 setlocal enabledelayedexpansion set x=%* for %%i in (!x!) do ( "7z.exeまでのパス" a -t7z %%~ni.7z %%i )