We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650c247 commit 7e3f6f7Copy full SHA for 7e3f6f7
01.bat
@@ -0,0 +1,4 @@
1
+@echo off
2
+set folder="C:\Path\To\Folder"
3
+set zip="C:\Path\To\Output\Archive.zip"
4
+powershell Compress-Archive -Path %folder% -DestinationPath %zip%
0 commit comments