1.

Solve : commands for Batch file to enter strings?

Answer»

HI Guys!!!

Can somebody please let me know the code or COMMAND that I need to use in order to write a BATCH file which can be used to edit a file in such a way that some WORD strings can be addded to the already existent file and the same gets saved.

ThanksYou can APPEND lines to an existing file: echo dataline >> filename

You can launch an editor from a batch file: notepad and manually make changes

You can launch an editor from a script and script the edit actions. (need SPECIFIC editor info)

8-)



Discussion

No Comment Found