Search:

Type: Posts; User: suny

Search: Search took 0.01 seconds.

  1. Right. Thank you both.

    Right. Thank you both.
  2. the link

    and here's the original page where i found the solution
    C++ copy / delete file
  3. Yup, it's a programming practice, in c++

    Yup, it's a programming practice, in c++
  4. solution

    Sorry, me again. I think I found the solution:

    system("copy c:\\org.txt c:\\dest.txt");

    Thanks again for your help.
  5. Did you mean this?

    Hi siavoshkc,

    Thanks very much for your reply. The code you suggested is indeed a dos command. So did you mean I put this line in a batch file the execute it in my C++ program?

    p.s. sorry that...
  6. Newbie question: How to "save as" an existing text file

    Can someone please help me on this?

    I need to make a copy of an existing .txt file and save it under a different name. The original file needs to be preserved so a simple "rename" can't do the...
Results 1 to 6 of 6