From d685e8500f322c3cf45b0edff2ba0592544fc850 Mon Sep 17 00:00:00 2001 From: James <86387140+Gad-James@users.noreply.github.com> Date: Wed, 20 Mar 2024 11:04:24 +1000 Subject: [PATCH] ok --- pull_fromgit.bat | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pull_fromgit.bat b/pull_fromgit.bat index e69de29..f6c9743 100644 --- a/pull_fromgit.bat +++ b/pull_fromgit.bat @@ -0,0 +1,9 @@ +@echo off +rem make distclean || echo w/e +set CLEAN_DATE_A=%DATE:/=_% +set CLEAN_DATE_B=%CLEAN_DATE_A: =_% +echo %DATE% = %CLEAN_DATE_B% +set CLEAN_TIME_A=%TIME::=_% +set CLEAN_TIME_B=%CLEAN_TIME_A:.=_% +echo %TIME% = %CLEAN_TIME_B% +echo "C:\Program Files\7-Zip\7z.exe" a "D:\dev\db\purrforce_backup_%CLEAN_DATE_B%_%CLEAN_TIME_B%.7z" * \ No newline at end of file