Vibeset

Batch

Batch files automate command sequences in the Windows command line (cmd.exe). Inherited from MS-DOS, they're still useful for simple administration, installation and startup tasks on Windows systems.

Para qué se usa

A favor

En contra

Ecosistema

Ejemplo

@echo off
echo ¡Hola, mundo!