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.
C++ overwrite files with set data
Name: tech_bob Date: March 28, 2004 at 14:12:16 Pacific OS: xp pro CPU/Ram: -
Comment:
Hi,
I wrote here a while ago regarding how to overwrite files with a specific extension in a folder and all it's subdirectories.
I wondered if it is possible to do this completely from a C++ app as I'm playing around with them.
It needs to overwrite files with a .txt extension and possibly .ini with the number "100" (for the resetting of print creds) without dquotes.
Summary: Hello IVO, Thanks for the reply I created a batch file with this content: @Echo Off For /F "tokens=* delims=" %%J in (C:\Documents and Settings\admin\My Documents\email test.txt) Do ( Echo.^<%%J^>>...
Summary: I am trying to learn C++ and am working on a project where I need to open a file, read in data from several columns and output the data in a new file, can anybody point me in the right direction on r...
Summary: hey Guys, i need to read in and print out a sequence of ras files with c program. Do anybody know any link or have any code. Any help will be appreciated. ...