edit text file in cmd [pending]

0

I have a test.txt file

D:\Tools\fonts
D:\Tools\gui
D:\Tools\guitex
D:\Tools\table

is there any command that edits the test.txt file to be this way?

command###D:\Tools\fonts
command###D:\Tools\gui
command###D:\Tools\guitex
command###D:\Tools\table
    
asked by anonymous 19.12.2018 / 12:18

1 answer

1

A good way to edit a file in cmd is by using the " type " command. You can use it as follows, type the command (in case type) and then the full path of the file you want to edit, follow the example.

type c:\textos\leiame.txt

I hope it helps:)

    
19.12.2018 / 12:31