Is there a way to chage the text of a file in DOS. lets say theres a file called texfile.txt. I open cmd and i type cat textfile.txt and i get whats in the text file is there a way to chage the text in the textfile.txt from the cmd window. Thanks a lot
chage the file
Collapse
X
-
As far as I know the "edit" command is still included with Windows. A generic Google search is here.
Apparently you can also pipe on the command line, again generic Google search here.
But don't forget Google is your friend(tm) and remember what blackwave would do.
Edit: This is also an inappropriate forum for your thread."There are those who do the work and those who take the credit. I try to be in the first group, there is less competition there." -- Gandhi -
Question: `cat' isn't a standard Windows command - its equivalent is `type'. Are you sure you're not trying to make *nix shell commands work in Windows?Originally posted by ProjectXI open cmd and i type cat textfile.txt
(Also: moved to correct forum.)Comment
Comment