Type Command Equivelant

Jul 28, 2018 at 8:53pm
I was wondering if there is a "TYPE" command equivalent in C++ as there
is in command line.

COMMAND LINE CODE:

@echo off
echo TYPE Command >> example.txt
type .\example.txt
pause>nul
Last edited on Jul 28, 2018 at 8:53pm
Jul 28, 2018 at 9:14pm
That looks close to: http://www.gotw.ca/gotw/048.htm
Topic archived. No new replies allowed.