0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【バッチ】任意のファイルを圧縮(ワイルドカードを使用して複数指定)

Posted at
@echo off

set FILE=*.csv
set ZIP=%userprofile%\Desktop\%computername%_info.zip

powershell Compress-Archive -Path "%FILE%" -DestinationPath "%ZIP%"
echo 圧縮完了: %ZIP%
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?