How is .txt file different from a .dat file in C?

How to output batch to txt file without overwriting info?

  • how could i output batch to a txt file without overwriting info already in the file, if i echo Fisrt bit of text > Test.txt echo Second bit of text > Test.txt and then i open Test.txt i will only see Second bit of text if you could tell me how do do this i would be VERY grateful, it would also help if i could output the info all onto one line in the txt file. btw im kinda new at this

  • Answer:

    echo Fisrt bit of text > Test.txt echo Second bit of text >> Test.txt

chiz130 at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.