Add updates/test_log_updates.ps1
This commit is contained in:
9
updates/test_log_updates.ps1
Normal file
9
updates/test_log_updates.ps1
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# Script: test_log_updates.ps1
|
||||||
|
# Objetivo: Confirmar la ejecución desde una subcarpeta.
|
||||||
|
|
||||||
|
$LogPath = "C:\TEMP\safecloud_test_UPDATES_success.log"
|
||||||
|
$Timestamp = Get-Date -Format "yyyy-MM-dd HH:mm:ss"
|
||||||
|
|
||||||
|
$Content = "PRUEBA DE SUBDIRECTORIO /updates/ EXITOSA. Ejecutado el $Timestamp"
|
||||||
|
|
||||||
|
Set-Content -Path $LogPath -Value $Content -Force
|
||||||
Reference in New Issue
Block a user