Not really coding, but I tried [CMD LANGUAGE!] XD
Forum rules
- Ask questions about or share code from languages other than Source Engine scripting.
- Start new topic titles with the code language in brackets (i.e. [C#], [C++], [PHP], etc.)
- Ask questions about or share code from languages other than Source Engine scripting.
- Start new topic titles with the code language in brackets (i.e. [C#], [C++], [PHP], etc.)
-
- 750+ Posts
- Posts: 930
- Joined: Fri Feb 03, 2012 8:10 pm
Not really coding, but I tried [CMD LANGUAGE!] XD
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.
@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.
-
- Former Server Admin
- Posts: 292
- Joined: Mon Aug 23, 2010 8:41 pm
Re: Not really coding, but I tried [CMD LANGUAGE!] XD
It's called Batch
Hi, I'm Reloaded. :)
Code: Select all
[GR|CMX] Reelawded | Reloaded : hi, im black
[GR|CMX] Reelawded | Reloaded : shit
Disconnect: being black.
Disconnect: being black.
-
- 1000+ Posts
- Posts: 1086
- Joined: Mon Feb 27, 2012 11:08 am
-
- Site Admin
- Posts: 4390
- Joined: Fri Apr 09, 2010 3:20 pm
- Location: United States
Re: Not really coding, but I tried [CMD LANGUAGE!] XD
...[GR]doodleninja wrote:/burn 999
-
- Server Admin
- Posts: 2417
- Joined: Sun Apr 11, 2010 4:50 am
-
- 1000+ Posts
- Posts: 1086
- Joined: Mon Feb 27, 2012 11:08 am
Re: Not really coding, but I tried [CMD LANGUAGE!] XD
delete system32 and everything will be fine
-
- 750+ Posts
- Posts: 930
- Joined: Fri Feb 03, 2012 8:10 pm
Re: Not really coding, but I tried [CMD LANGUAGE!] XD
Im smarter than a 1.5 grader! LOL you first!!!
-
- Site Admin
- Posts: 4390
- Joined: Fri Apr 09, 2010 3:20 pm
- Location: United States
Re: Not really coding, but I tried [CMD LANGUAGE!] XD
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
-
- 1000+ Posts
- Posts: 1086
- Joined: Mon Feb 27, 2012 11:08 am
Re: Not really coding, but I tried [CMD LANGUAGE!] XD
ant_8490 wrote:The MatrixCode: 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
-
- 750+ Posts
- Posts: 930
- Joined: Fri Feb 03, 2012 8:10 pm
Re: Not really coding, but I tried [CMD LANGUAGE!] XD
*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.
Except for that star wars movie that worked on older Windows versions.
-
- Site Admin
- Posts: 4390
- Joined: Fri Apr 09, 2010 3:20 pm
- Location: United States
Re: Not really coding, but I tried [CMD LANGUAGE!] XD
still works in win 7 http://www.tweakandtrick.com/2010/06/wa ... ws-xp.htmlfire1000678 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.
-
- 750+ Posts
- Posts: 930
- Joined: Fri Feb 03, 2012 8:10 pm
Re: Not really coding, but I tried [CMD LANGUAGE!] XD
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.
-
- Server Admin
- Posts: 542
- Joined: Fri Apr 09, 2010 10:02 pm
Re: Not really coding, but I tried [CMD LANGUAGE!] XD
There's waaaay more to it than that.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.
Please dont ask me how to script.
Instead, click this.
Btw; I'm an asshole to idiots.
Instead, click this.
Btw; I'm an asshole to idiots.
Bob1337 wrote:Explosive buddha killers. That shit is gay.
-
- 750+ Posts
- Posts: 930
- Joined: Fri Feb 03, 2012 8:10 pm
Re: Not really coding, but I tried [CMD LANGUAGE!] XD
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.