Forum
New reply onRe: Re: Re: Delete same text line from many files Andreas Breitschopp, 2011-09-04 15:31:15 | Hello John,
that's the command line syntax as stated in the help:
DeleteLines.exe -i file -s text -o file [-n] [-c] [-r] [-b number] [-a number] [-q] [-e1] [-e2]
So this would be an easy example:
DeleteLines.exe -i "C:\path\to\input.file" -s "any search text here" -o "C:\path\to\output.file"
And you can also use the program user interface to select all options correctly and then just click in the menue "Extras" on "Copy command line". This way you have the correct command line syntax automatically.
Best regards
Andreas |
|