File batch: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
rb |
m →Esempi: tag source deprecati, replaced: <source lang= → <syntaxhighlight lang= (4), </source> → </syntaxhighlight> (4) |
||
Riga 107:
== Esempi ==
* [[Hello world]]: stampa a video della scritta "Hello world!"
<
@echo Hello world!
pause
</syntaxhighlight>
* Effetto Matrix
<
@echo off
color 02
Riga 118:
echo %random% %random% %random% %random%
goto SCROLLR
</syntaxhighlight>
* spegnimento computer dopo 30 secondi
<
shutdown-s
</syntaxhighlight>
* Creazione di un menù
<
@echo off
title Opinione su Wikipedia
Riga 178:
pause > nul
exit /b
</syntaxhighlight>
== Voci correlate ==
|