Update image download URL in script to use CDN for improved reliability
This commit is contained in:
@@ -7,7 +7,7 @@ if not exist "C:\shared" (
|
|||||||
)
|
)
|
||||||
|
|
||||||
:: Descargar la imagen
|
:: Descargar la imagen
|
||||||
powershell -Command "Invoke-WebRequest -Uri 'https://explorer.apps.lci.ulsa.mx/files/sistemas/centro-experiencia/img0.jpg' -OutFile 'C:\shared\img0.jpg'"
|
powershell -Command "Invoke-WebRequest -Uri 'https://cdn.apps.lci.ulsa.mx/centro-experiencia/img0.jpg' -OutFile 'C:\shared\img0.jpg'"
|
||||||
|
|
||||||
echo Imagen descargada a C:\shared\img0.jpg
|
echo Imagen descargada a C:\shared\img0.jpg
|
||||||
pause
|
pause
|
||||||
|
|||||||
Reference in New Issue
Block a user