Skip to content

Commit

Permalink
Merge pull request #694 from ao-org/RegistrarEventoBAT
Browse files Browse the repository at this point in the history
Crear Evento ID20
  • Loading branch information
RecoX authored Dec 29, 2024
2 parents fd74f0b + 9be338f commit 65a8d27
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RegistrarEvento.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@echo off
EventCreate /ID 20 /L Application /T Information /SO Argentum20 /D "Evento de prueba con ID 20 para Argentum20"
if %errorlevel% == 0 (
echo Evento creado correctamente.
) else (
echo Error al crear el evento. Código de error: %errorlevel%
)
pause

0 comments on commit 65a8d27

Please sign in to comment.