Created
December 15, 2015 00:51
-
-
Save victorvaz/5b47960a5e723be015b2 to your computer and use it in GitHub Desktop.
Batch sem mistérios
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REM Escreve "Alo Mundao!" na tela. | |
ECHO Alo mundao! | |
PAUSE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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