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