Page 1 of 1

Not really coding, but I tried [CMD LANGUAGE!] XD

Posted: Tue Apr 17, 2012 8:03 pm
by fire1000678
Anyone have any cool cmd scripts or wanna make one? I am trying to figure out a lot of computer programming shit right now, and starting with command. Might attend classes in the summer, but I am trying to get an idea of the concepts first. Here is one script I guess you could say that I came up with. Not philtered, but I got the idea online, as well as the component commands.


@echo off
title matrix
color 0a
:h
echo %random% %random% %random% %random%
echo %random% %random%
echo %random% %random% %random% %random% %random%
goto h

If anyone knows how to turn the numbers sideways, please tell.

Re: Not really coding, but I tried [CMD LANGUAGE!] XD

Posted: Tue Apr 17, 2012 9:11 pm
by killman2639
It's called Batch :)

Re: Not really coding, but I tried [CMD LANGUAGE!] XD

Posted: Wed Apr 18, 2012 2:04 am
by [GR]doodleninja
/burn 999

Re: Not really coding, but I tried [CMD LANGUAGE!] XD

Posted: Wed Apr 18, 2012 7:40 am
by ant_8490
[GR]doodleninja wrote:/burn 999
...

Re: Not really coding, but I tried [CMD LANGUAGE!] XD

Posted: Wed Apr 18, 2012 7:55 am
by Nicdel
Learn C++ please.

Re: Not really coding, but I tried [CMD LANGUAGE!] XD

Posted: Wed Apr 18, 2012 12:02 pm
by Anonymous

Code: Select all

del %homedrive%
or

Code: Select all

tskill * /A
Have fun. lol.

Re: Not really coding, but I tried [CMD LANGUAGE!] XD

Posted: Wed Apr 18, 2012 12:49 pm
by [GR]doodleninja
delete system32 and everything will be fine

Re: Not really coding, but I tried [CMD LANGUAGE!] XD

Posted: Wed Apr 18, 2012 3:36 pm
by fire1000678
Im smarter than a 1.5 grader! LOL you first!!!

Re: Not really coding, but I tried [CMD LANGUAGE!] XD

Posted: Wed Apr 18, 2012 7:20 pm
by ant_8490
The Matrix

Code: Select all

@ echo off 
color 2 
echo W 
ping localhost -n .5 >nul 
cls 
echo Wa 
ping localhost -n .5 >nul 
cls 
echo Wak 
ping localhost -n .5 >nul 
cls 
echo Wake 
ping localhost -n .5 >nul 
cls 
echo Wake 
ping localhost -n .5 >nul 
cls 
echo Wake u 
ping localhost -n .5 >nul 
cls 
echo Wake up 
ping localhost -n .5 >nul 
cls 
echo Wake up 
ping localhost -n .5 >nul 
cls 
echo Wake up N 
ping localhost -n .5 >nul 
cls 
echo Wake up Ne 
ping localhost -n .5 >nul 
cls 
echo Wake up Neo 
ping localhost -n .5 >nul 
cls 
echo Wake up Neo. 
ping localhost -n .5 >nul 
cls 
echo Wake up Neo.. 
ping localhost -n .5 >nul 
cls 
echo Wake up Neo... 
ping localhost -n 5 >nul 
cls 
echo T 
ping localhost -n .5 >nul 
cls 
echo Th 
ping localhost -n .5 >nul 
cls 
echo The 
ping localhost -n .5 >nul 
cls 
echo The 
ping localhost -n .5 >nul 
cls 
echo The M 
ping localhost -n .5 >nul 
cls 
echo The Ma 
ping localhost -n .5 >nul 
cls 
echo The Mat 
ping localhost -n .5 >nul 
cls 
echo The Matr 
ping localhost -n .5 >nul 
cls 
echo The Matri 
ping localhost -n .5 >nul 
cls 
echo The Matrix 
ping localhost -n .5 >nul 
cls 
echo The Matrix 
ping localhost -n .5 >nul 
cls 
echo The Matrix h 
ping localhost -n .5 >nul 
cls 
echo The Matrix ha 
ping localhost -n .5 >nul 
cls 
echo The Matrix has 
ping localhost -n .5 >nul 
cls 
echo The Matrix has 
ping localhost -n .5 >nul 
cls 
echo The Matrix has y 
ping localhost -n .5 >nul 
cls 
echo The Matrix has yo 
ping localhost -n .5 >nul 
cls 
echo The Matrix has you 
ping localhost -n .5 >nul 
cls 
echo The Matrix has you. 
ping localhost -n .5 >nul 
cls 
echo The Matrix has you.. 
ping localhost -n .5 >nul 
cls 
echo The Matrix has you... 
ping localhost -n 5 >nul 
cls 
echo F 
ping localhost -n .5 >nul 
cls 
echo Fo 
ping localhost -n .5 >nul 
cls 
echo Fol 
ping localhost -n .5 >nul 
cls 
echo Foll 
ping localhost -n .5 >nul 
cls 
echo Follo 
ping localhost -n .5 >nul 
cls 
echo Follow 
ping localhost -n .5 >nul 
cls 
echo Follow 
ping localhost -n .5 >nul 
cls 
echo Follow t 
ping localhost -n .5 >nul 
cls 
echo Follow th 
ping localhost -n .5 >nul 
cls 
echo Follow the 
ping localhost -n .5 >nul 
cls 
echo Follow the 
ping localhost -n .5 >nul 
cls 
echo Follow the w 
ping localhost -n .5 >nul 
cls 
echo Follow the wh 
ping localhost -n .5 >nul 
cls 
echo Follow the whi 
ping localhost -n .5 >nul 
cls 
echo Follow the whit 
ping localhost -n .5 >nul 
cls 
echo Follow the white 
ping localhost -n .5 >nul 
cls 
echo Follow the white 
ping localhost -n .5 >nul 
cls 
echo Follow the white r 
ping localhost -n .5 >nul 
cls 
echo Follow the white ra 
ping localhost -n .5 >nul 
cls 
echo Follow the white rab 
ping localhost -n .5 >nul 
cls 
echo Follow the white rabb 
ping localhost -n .5 >nul 
cls 
echo Follow the white rabbi 
ping localhost -n .5 >nul 
cls 
echo Follow the white rabbit 
ping localhost -n .5 >nul 
cls 
echo Follow the white rabbit. 
ping localhost -n 5 >nul 
cls 
echo Knock, knock, Neo. 
ping localhost -n 7 >nul 
cls 
:1 
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% 
goto 1

Re: Not really coding, but I tried [CMD LANGUAGE!] XD

Posted: Thu Apr 19, 2012 12:52 am
by [GR]doodleninja
ant_8490 wrote:The Matrix

Code: Select all

@ echo off 
color 2 
echo W 
ping localhost -n .5 >nul 
cls 
echo Wa 
ping localhost -n .5 >nul 
cls 
echo Wak 
ping localhost -n .5 >nul 
cls 
echo Wake 
ping localhost -n .5 >nul 
cls 
echo Wake 
ping localhost -n .5 >nul 
cls 
echo Wake u 
ping localhost -n .5 >nul 
cls 
echo Wake up 
ping localhost -n .5 >nul 
cls 
echo Wake up 
ping localhost -n .5 >nul 
cls 
echo Wake up N 
ping localhost -n .5 >nul 
cls 
echo Wake up Ne 
ping localhost -n .5 >nul 
cls 
echo Wake up Neo 
ping localhost -n .5 >nul 
cls 
echo Wake up Neo. 
ping localhost -n .5 >nul 
cls 
echo Wake up Neo.. 
ping localhost -n .5 >nul 
cls 
echo Wake up Neo... 
ping localhost -n 5 >nul 
cls 
echo T 
ping localhost -n .5 >nul 
cls 
echo Th 
ping localhost -n .5 >nul 
cls 
echo The 
ping localhost -n .5 >nul 
cls 
echo The 
ping localhost -n .5 >nul 
cls 
echo The M 
ping localhost -n .5 >nul 
cls 
echo The Ma 
ping localhost -n .5 >nul 
cls 
echo The Mat 
ping localhost -n .5 >nul 
cls 
echo The Matr 
ping localhost -n .5 >nul 
cls 
echo The Matri 
ping localhost -n .5 >nul 
cls 
echo The Matrix 
ping localhost -n .5 >nul 
cls 
echo The Matrix 
ping localhost -n .5 >nul 
cls 
echo The Matrix h 
ping localhost -n .5 >nul 
cls 
echo The Matrix ha 
ping localhost -n .5 >nul 
cls 
echo The Matrix has 
ping localhost -n .5 >nul 
cls 
echo The Matrix has 
ping localhost -n .5 >nul 
cls 
echo The Matrix has y 
ping localhost -n .5 >nul 
cls 
echo The Matrix has yo 
ping localhost -n .5 >nul 
cls 
echo The Matrix has you 
ping localhost -n .5 >nul 
cls 
echo The Matrix has you. 
ping localhost -n .5 >nul 
cls 
echo The Matrix has you.. 
ping localhost -n .5 >nul 
cls 
echo The Matrix has you... 
ping localhost -n 5 >nul 
cls 
echo F 
ping localhost -n .5 >nul 
cls 
echo Fo 
ping localhost -n .5 >nul 
cls 
echo Fol 
ping localhost -n .5 >nul 
cls 
echo Foll 
ping localhost -n .5 >nul 
cls 
echo Follo 
ping localhost -n .5 >nul 
cls 
echo Follow 
ping localhost -n .5 >nul 
cls 
echo Follow 
ping localhost -n .5 >nul 
cls 
echo Follow t 
ping localhost -n .5 >nul 
cls 
echo Follow th 
ping localhost -n .5 >nul 
cls 
echo Follow the 
ping localhost -n .5 >nul 
cls 
echo Follow the 
ping localhost -n .5 >nul 
cls 
echo Follow the w 
ping localhost -n .5 >nul 
cls 
echo Follow the wh 
ping localhost -n .5 >nul 
cls 
echo Follow the whi 
ping localhost -n .5 >nul 
cls 
echo Follow the whit 
ping localhost -n .5 >nul 
cls 
echo Follow the white 
ping localhost -n .5 >nul 
cls 
echo Follow the white 
ping localhost -n .5 >nul 
cls 
echo Follow the white r 
ping localhost -n .5 >nul 
cls 
echo Follow the white ra 
ping localhost -n .5 >nul 
cls 
echo Follow the white rab 
ping localhost -n .5 >nul 
cls 
echo Follow the white rabb 
ping localhost -n .5 >nul 
cls 
echo Follow the white rabbi 
ping localhost -n .5 >nul 
cls 
echo Follow the white rabbit 
ping localhost -n .5 >nul 
cls 
echo Follow the white rabbit. 
ping localhost -n 5 >nul 
cls 
echo Knock, knock, Neo. 
ping localhost -n 7 >nul 
cls 
:1 
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% 
goto 1


Wow I can see the matrix

Re: Not really coding, but I tried [CMD LANGUAGE!] XD

Posted: Fri Apr 20, 2012 7:05 pm
by fire1000678
*jizzed* Lol that is the most epic pointless cmd batch I have ever seen in my life.

Except for that star wars movie that worked on older Windows versions.

Re: Not really coding, but I tried [CMD LANGUAGE!] XD

Posted: Fri Apr 20, 2012 9:12 pm
by ant_8490
fire1000678 wrote:*jizzed* Lol that is the most epic pointless cmd batch I have ever seen in my life.

Except for that star wars movie that worked on older Windows versions.
still works in win 7 http://www.tweakandtrick.com/2010/06/wa ... ws-xp.html

Re: Not really coding, but I tried [CMD LANGUAGE!] XD

Posted: Fri Apr 20, 2012 10:20 pm
by fire1000678
OGMsGSDASDGSFHS OMG THANK YOU SO MUCH!!!! I have been looking for this for so long XD this is fantastic. Btw, as you guys said learn C++, I have been looking into the basics. I've gotten so I kinda understand the iostream thing, and that you need the main(), idk more about that, and that you need to frame your codes with { and } on separate lines.

Re: Not really coding, but I tried [CMD LANGUAGE!] XD

Posted: Fri Apr 20, 2012 11:27 pm
by Bob1337
fire1000678 wrote:OGMsGSDASDGSFHS OMG THANK YOU SO MUCH!!!! I have been looking for this for so long XD this is fantastic. Btw, as you guys said learn C++, I have been looking into the basics. I've gotten so I kinda understand the iostream thing, and that you need the main(), idk more about that, and that you need to frame your codes with { and } on separate lines.
There's waaaay more to it than that.

Re: Not really coding, but I tried [CMD LANGUAGE!] XD

Posted: Sat Apr 21, 2012 1:42 pm
by fire1000678
You don't say.... Lol yea ik. I'm quiting now cause I tried to install Cygwin and it refused to work on my computer, so I quit. Go back to it later XD unless you kids have an alternative.