@echo off
cls
color 02
:a
echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%
goto a
then save it as NAME.bat make sure its a .bat then run it its cool
Sword_Clash wrote::a is a function and random is numbers
What? "a" is a label for the goto.
davidthefat wrote:echo must mean a loop...
Echo forces the line to be printed to the screen, because he has @echo off, lines aren't printed to the screen unless specified.
If he had echo on, then he wouldn't need echo but you'd also see "a:" "goto a" etc.
So it prints a bunch of green random numbers to the screen.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
I'm not even going to try it... without an explanation from the Original Poster (I know i'm such a jackass, but I hate it when people just post code or links and expect you to just click them!)
---------------------------------------------------------------------------------------
I think I can program pretty well, it's my compiler that needs convincing!
--------------------------------------------------------------------------------------- And now a joke to lighten to mood :D
I wander what programming language anakin skywalker used to program C3-PO's AI back on tatooine? my guess is Jawa :P