Skip to content

Instantly share code, notes, and snippets.

@victorvaz
Created December 15, 2015 00:51
Show Gist options
  • Save victorvaz/5b47960a5e723be015b2 to your computer and use it in GitHub Desktop.
Save victorvaz/5b47960a5e723be015b2 to your computer and use it in GitHub Desktop.
Batch sem mistérios
REM Escreve "Alo Mundao!" na tela.
ECHO Alo mundao!
PAUSE
REM Define a variável nome com o valor 'Victor' e escreve na tela
SET nome=Victor
ECHO %nome%
PAUSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment