duplicati_setup/create_zip.bat

24 lines
686 B
Batchfile

@echo off
title %~nx0
set local
cls
:START
echo.
echo Copyright -- Matthew Shillam -- 2021
echo.
echo ---------------------------------------------------------------------------
echo %date% %time% - Install started
echo ---------------------------------------------------------------------------
echo.
start /wait 7z.exe a archived_files.7z .\duplicati_install_script\* -r -x!*.git -x!.git -x!.DS_Store -x!Icon -x!Thumbs.db
echo.
echo Archived all files now creating the installer....
echo.
copy /b 7zSD.sfx + config.txt + archived_files.7z Duplicati_installer_v0.8.exe
echo.
echo All done!
cmd /k