From 37c42d703eb79be0ddaaabcdae617b51ad3e62ae Mon Sep 17 00:00:00 2001 From: Eduardo Mosqueda Date: Mon, 3 Nov 2025 10:53:25 -0600 Subject: [PATCH] Add mostrar_hola.cmd --- mostrar_hola.cmd | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mostrar_hola.cmd diff --git a/mostrar_hola.cmd b/mostrar_hola.cmd new file mode 100644 index 0000000..c4560ce --- /dev/null +++ b/mostrar_hola.cmd @@ -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 \ No newline at end of file