first commit

This commit is contained in:
USER
2023-01-17 23:15:21 +00:00
commit 773c15c6ce
27 changed files with 1059 additions and 0 deletions

8
archive/mybackup.bat Normal file
View File

@ -0,0 +1,8 @@
@echo off
set myname=%COMPUTERNAME%
echo "Found computer %myname%"
call C:\Scripts\Base\tmessage.bat '"%myname% backup starting"'
"C:\Program Files (x86)\Software of Excellence\EXACT\backup.exe"
date /t > c:\finished.txt
call C:\Scripts\Base\tmessage.bat '"FINISHED %myname% backup "'