I would like to know is there any dos command can used to append a text at the end of file?
System Admin
4
Posts
3
Posters
0
Views
1
Watching
-
I would like to know is there any dos command can used to append a text at the end of file? Please help!
echo new_text_here >> filename.txt
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ Ford, what's this fish doing in my ear?
-
echo new_text_here >> filename.txt
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ Ford, what's this fish doing in my ear?
-
echo new_text_here >> filename.txt
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ Ford, what's this fish doing in my ear?