While I like the addnote and viewnote features of FARR2, I prefer more condensed information in my log files. I'm sure this is easy to do, but I can't seem to find out how to do it.
I've got a batch file in a directory that does exactly like addnote. I want to be able to run it and pass text to it from FARR.
echo %DATE% %TIME% Hello There!>>logfile.txt
How would I set it up in FARR to pass the text between %TIME% and >> ("Hello There!" in this case) to a batch file?