first commit
This commit is contained in:
8
archive/mybackup.bat
Normal file
8
archive/mybackup.bat
Normal 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 "'
|
||||
Reference in New Issue
Block a user