Click here to Skip to main content
15,878,945 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What kind of computer language is used to write this code below?

@ echo off
:A
Cls
echo Messenger
set /p n=User:
set /p m=Message:
net send %n %m
Pause
Goto A


Also, what language do I need to understand to write windows system files like the ".bat" file.
Posted
Updated 1-Jun-22 14:57pm
v2

This is a batch script that can be used for scripting in windows.

See here:
http://en.wikipedia.org/wiki/Batch_file[^]
 
Share this answer
 
v2
Comments
CPallini 4-Nov-10 4:13am    
Fixed the link.
Tarun.K.S 4-Nov-10 5:15am    
Good Answer!
Looks like an olde worlde DOS Batch Script beloved of the elderly gentlefolk of the IT world.

Accessable now through the command shell, but originally the bread and butter of the computer world.

Nobody uses it today unless they really need to or they are creakingly old.

Thanks for the nostalgic trip down memory lane.
 
Share this answer
 
Comments
fjdiewornncalwe 4-Nov-10 8:10am    
Thanks Dave, you just called me "creakingly old"... That's just my old knee brace hinges. I'm not that old, but I do still use batch files periodically.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900