added back t+a protocol
This commit is contained in:
parent
4db82dae14
commit
7ae22836e1
Binary file not shown.
BIN
VAT_DELLY - RCcreator.zip
Normal file
BIN
VAT_DELLY - RCcreator.zip
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
5
scripts/shared_sw/fix.ps1
Normal file
5
scripts/shared_sw/fix.ps1
Normal 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'"
|
Loading…
Reference in New Issue
Block a user