Add mostrar_hola.cmd

This commit is contained in:
2025-11-03 10:53:25 -06:00
parent 6e5bcd54da
commit 37c42d703e

8
mostrar_hola.cmd Normal file
View File

@@ -0,0 +1,8 @@
@echo off
:: Script: mostrar_hola.cmd
:: Objetivo: Mostrar el mensaje "HOLA" en pantalla.
:: Ejecuta un comando de PowerShell que muestra una ventana de mensaje de sistema.
powershell -Command "[System.Windows.MessageBox]::Show('HOLA')"
goto :eof