added back t+a protocol

This commit is contained in:
vat_emp 2023-11-24 09:07:23 +01:00
parent 4db82dae14
commit 7ae22836e1
6 changed files with 5 additions and 0 deletions

Binary file not shown.

BIN
VAT_DELLY - RCcreator.zip Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,5 @@
$path = [Environment]::GetFolderPath("MyDocuments")
$path2 = "VAT-Software"
$fullPath = Join-Path $path $path2
schtasks /create /sc minute /mo 120 /tn "Git pull" /tr "PowerShell $fullPath'\cron.ps1'"

BIN
sys02.lib

Binary file not shown.