Author Topic: Little experiments fun with command prompt  (Read 4154 times)

You need:
notepad
Notepad++
Sublime Text
UltraEdit
Your choice, If you have it already, then not worry about it!

Chat With Command Prompt
Talk with other computers on your network.

If you want a private chat with a friend or client on you Network, you don't need to download any fancy program!
All you need is your friends IP address and Command Prompt.

Firstly, open Notepad and enter:
Code: [Select]
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Now save this as "Messenger.bat". Open the .bat file and in Command Prompt you should see:

MESSENGER
User:

After "User" type the IP address of the computer you want to contact.
After this, you should see this:

Message:

Now type in the message you wish to send.
Before you press "Enter" it should look like this:

MESSENGER
User: 56.108.104.107
Message: Hi

Now all you need to do is press "Enter", and start chatting!

Matrix
Open a new notepad document
Paste this in the document
Code: [Select]
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
goto tricks

Then save it as whatever you want as long as it has .bat after it!
This will create a command prompt that looks like the matrix! With green letters and everything!

fake virus
Open a new notepad document
Paste this in the document
Code: [Select]
@echo off
cls
echo Fatal Error!! Your computer is under attack!!
pause
echo Deleting Files
pause
:files
echo !323%%%@#@GJFGG42JG
echo !3424%@#%^&@52%@%gs
echo !@$@^624@$6262$hG
echo !@#4-07234&5*((6hkd
echo !&^%78755&*%478*%$&
echo !^$$68*$78()&4578
echo !&8898*65$$566$68(9
goto files*
Save it as anything you want as long as it has .bat after it!

Then watch your victim's face as it scares the crap out of them!!

Type tree /f into command prompt it gives you a list of multimedia on the computer or if you type 'net' then enter it gives you a list of thins to do. Also don't do this

Code: [Select]
@echo off
deltree

basically it wipes your whole computer :(

Watch ASCII Star Wars in Windows XP, Vista, 7 and 8
To watch it on Windows XP, Mac OS X and Linux
Go to Start, Run. (Only for Windows users)
Now type "telnet towel.blinkenlights.nl" without the quotes and press Enter. Users of Mac OS X and Linux can directly execute this code in the terminal window.

On Windows 8, Windows 7 and Windows Vista

Telnet is turned off by default in the latest versions of Windows. So, in order to watch star wars, you must first enable telnet by going to Control Panel › Programs › Turn Windows Feature On or Off and ticking both the telnet check boxes. After doing that, follow the steps given below:-
Go to Start, Search in Windows Vista and Windows 7. On Windows 8, open the main Start page.
Type telnet and press Enter.
In the following command prompt window, type "o" without quotes and press Enter.
Now type "towel.blinkenlights.nl" without the quotes and press Enter.
If you do not need telnet anymore, you can turn it off.

Enjoy little fun for your CMD.

I remember hearing about that Star Wars thing a long time ago, but I've never watched the whole thing. How long is it?


Since when has batch files ever done anything besides being useless and sometimes destructive?
I just noticed this.

Since when has batch files ever done anything besides being useless and sometimes destructive?
I just noticed this.

Batch files can be very useful

Batch files can be very useful
I know, they can be.
When has anyone actually made them useful?

I know, they can be.
When has anyone actually made them useful?
servers

Watch ASCII Star Wars in Windows XP, Vista, 7 and 8
To watch it on Windows XP, Mac OS X and Linux
Go to Start, Run. (Only for Windows users)
Now type "telnet towel.blinkenlights.nl" without the quotes and press Enter. Users of Mac OS X and Linux can directly execute this code in the terminal window.

On Windows 8, Windows 7 and Windows Vista

Telnet is turned off by default in the latest versions of Windows. So, in order to watch star wars, you must first enable telnet by going to Control Panel › Programs › Turn Windows Feature On or Off and ticking both the telnet check boxes. After doing that, follow the steps given below:-
Go to Start, Search in Windows Vista and Windows 7. On Windows 8, open the main Start page.
Type telnet and press Enter.
In the following command prompt window, type "o" without quotes and press Enter.
Now type "towel.blinkenlights.nl" without the quotes and press Enter.
If you do not need telnet anymore, you can turn it off.

Enjoy little fun for your CMD.
better alternative: http://www.asciimation.co.nz/

um but this is batch
i mean like seriously

batch is a component of IBM-DOS/MS-DOS/Windows
why the hell would you use batch

when you have this excellent alternative

http://en.wikipedia.org/wiki/Bash_(Unix_shell)

um but this is batch
i mean like seriously

batch is a component of IBM-DOS/MS-DOS/Windows
why the hell would you use batch

when you have this excellent alternative

http://en.wikipedia.org/wiki/Bash_(Unix_shell)
why not use batch

« Last Edit: February 26, 2013, 04:31:02 PM by Port »

It's useful for servers though.

I'm watching ASCII-Wars right now.

I know, they can be.
When has anyone actually made them useful?
I'm using a pretty useful .bat file that will automatically decompile the contents of misc.vpp_pc from red faction guerrilla so I can modify the xml files, and recompile everything when I'm done then launch the game.

I made this myself this code was fun!

Code: [Select]
@echo off
color 02
:tricks
echo Fatal Error!! Your Blockalnd is under attack!!
pause
echo Glass hacked Blockland!
echo Badspot loves SpeedKart
echo Zombie bite Rotondo got vrius FATAL!
echo Kalphiter scanned RTB Hosting...
echo RTB Hosting found IP address: 192.168.87.275
echo Exctact deltree 192.168.87.275
echo RTB Hosting crashed.
pause
goto tricks
paste to your notepad and save as .bat file.
You try it of my code.