I am hoping to use a windows "send-to" .bat file to run a differential between two text files using the FC command line tool.
My current batch is: fc "%1" "%2" pause
All FC requires from the command line is FC file1 file2
I want to select two text files and run them through the batch file via send-to.