Skip to content

Commit 7e3f6f7

Browse files
authored
Add files via upload
1 parent 650c247 commit 7e3f6f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

01.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)