Type Command Equivelant

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
That looks close to: http://www.gotw.ca/gotw/048.htm
Topic archived. No new replies allowed.