I have a very simple batch file for extracting certain lines from a particular file, and then outputting those lines to a new file: findstr "SUMMARY" 20120708.ics > test.txt What I would really like to be able to do is drag any ics file onto the batch file icon in a Windows XP window, and ...