C++ has CIN >> what is the equivalent in cmd batch file

Status
Not open for further replies.

Thengoboy

Honorable
Jun 12, 2013
2
0
10,510
C++ has CIN >> what is the equivalent in cmd batch file to take input from either the user or a text file ?
 
Here is a way to solve your second problem.
You can then write a simple console app to prompt the user for input, and output it so that above trick catches the output.
 
Solution
Status
Not open for further replies.