@echo off
set FILE=*.csv
set ZIP=%userprofile%\Desktop\%computername%_info.zip
powershell Compress-Archive -Path "%FILE%" -DestinationPath "%ZIP%"
echo 圧縮完了: %ZIP%
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme