1.

Solve : commands?

Answer»

how do u send message to computer?If the computers are in the same room, you can write the message on a piece of paper and fold it up as a little paper airplane. Then you just throw it in the direction of the computer you want to send a message to.

If the computer is in a different room or you don't want to use a lot of paper, then maybe you should give us some details on what precisely you want to do. Knowing what operating systems the computers run would also be helpful.wow ! since when can you change the system in to "paper airplanes".. it must function with that NEW [emailprotected]$$ protocall ive been hearing about.....

go ahead. rag on me.

as far as the question goes... "how do you send (a) message to (the) computer?"

this is so vauge i HARDLY know where to start... considering it is in the dos section of the forums i assume you either A: want to type a command telling the computer to do something at the dos command prompt or B: want your computer to display a message on the MONITER from the dos command prompt

for option A. just go to the cmd prompt and type a command and press enter
for option B. maybe you are trying to use the ECHO command


an example of the ECHO command
the command is in red & the output is in blue

C:\Documents and Settings\duke>echo this is the message i would like to display
this is the message i would like to display


Welcome to the CH forums SlimWheelie.

Your query is a little vague and you do not state which operating system you are using. Assuming that you mean how to display an onscreen message while at the command prompt (or from a BATCH) you can:

echo this is the message to display

'this is the message to display' will show on the screen.

Post back with further query if above is not applicable.

If you want to send a message to the computer in the same PC you are using you would have to create
a batch file and then write
@echo off
pause
echo Hello this is a test batch file.
dir c:\windows

After you write all that save it to all files or if you don't have that save it in a folder
you want. Exit off everything and find the file that you saved the batch file on. Once that is done
You would SEE an icon with a gear, press on that and then it will come up with command pprompt saying hello. It will ask you to pree a key do that and then you have done it.

From ??



Discussion

No Comment Found