A Whole New Edit:
I have managed to get a log from a cmd , then generate a file using the log called status (no extension) , then I call a batch called status.bat , and here’s the code:
Find /N "License:" "status" >> license.txt
this was good for me , except for the fact that it shows the line number , and the word ——-Status above it , is there anyway to make it not show the line number and the “———Status” above each one?
thanks!
Change the status.bat into:
This will not show the —status or line numbers. However, it will be slower, but that might only matter if the file is several megs in size.
See
type /?andfind /?for help.