I wrote a batch file which calls a couple awk scripts that I created (append and footnote):
@ECHO off
type compiler-books.txt | awk -f append -v filename="economics-books.txt" | awk -f footnote
I added some commands to the batch file to determine how much time is being taken to run the awk scripts:
@ECHO off
set start_date=