Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
"TYPE" DOS commands in C
Name: AMIFDO Date: August 23, 2008 at 00:17:03 Pacific OS: WINDOWS XP CPU/Ram: 2.4GHz / 512 MB Product: AMD
Comment:
How to write C program instead of "TYPE" command in DOS.
Summary: I'm not sure I remember from my C++ days (which are quickly coming back to haunt me since my operating systems class is all C...), but do you need to escape the slash? c:\\mydir This question is asked...
Summary: ok guys, here is a question i have for you, if i want to execute dos commands in c++, what would i use? i'd really appreciate if you could answer this question, as batch files don't do everything i ne...