Remove unused executable and image files; add script to download image to shared directory
This commit is contained in:
13
Políticas/cargar_imagen.cmd
Normal file
13
Políticas/cargar_imagen.cmd
Normal file
@@ -0,0 +1,13 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
:: Crear el directorio si no existe
|
||||
if not exist "C:\shared" (
|
||||
mkdir "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'"
|
||||
|
||||
echo Imagen descargada a C:\shared\img0.jpg
|
||||
pause
|
||||
Reference in New Issue
Block a user