ultima correccion con Script de Actualizacion de Git
This commit is contained in:
@@ -10,7 +10,7 @@ Write-Host "3. Cierre el editor (Alt+F4 o X)" -ForegroundColor Green
|
|||||||
Write-Host ""
|
Write-Host ""
|
||||||
|
|
||||||
# Abrir notepad con el archivo temporal
|
# Abrir notepad con el archivo temporal
|
||||||
notepad.exe $tempFile | Out-Null
|
notepad++.exe $tempFile | Out-Null
|
||||||
|
|
||||||
# Verificar que el archivo tenga contenido
|
# Verificar que el archivo tenga contenido
|
||||||
if (-not (Test-Path $tempFile) -or (Get-Item $tempFile).Length -eq 0) {
|
if (-not (Test-Path $tempFile) -or (Get-Item $tempFile).Length -eq 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user