Question about cmd

Status
Not open for further replies.

ThrowinCards

Reputable
Mar 31, 2014
134
0
4,680
I have a homework question that im sure is easy but for the life of me i cant figure it out, maybe you guys could help me the question is, what command can be used to display the following message in a command prompt window to standard output? <LAST NAME>
If you guys can figure it out if you wouldn't mind explaining it that would be great thank you much!
 
Solution


'standard output'?
Output to what? Just the cmd window? the echo command is what you need.
Output to a file? echo then > MyFileName.txt is what you need.

USAFRet

Titan
Moderator


'standard output'?
Output to what? Just the cmd window? the echo command is what you need.
Output to a file? echo then > MyFileName.txt is what you need.

 
Solution
Status
Not open for further replies.