diff --git a/Políticas/cargar_imagen.cmd b/Políticas/cargar_imagen.cmd index 4cb1a11..3e88f53 100644 --- a/Políticas/cargar_imagen.cmd +++ b/Políticas/cargar_imagen.cmd @@ -7,7 +7,7 @@ if not exist "C:\shared" ( ) :: 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 pause