I recently learned how to create a batch file that can accept process any number of files passed to it through drag and drop. If I use %1, %2, %3, and so on, it can only work up to %9.
Here's a useful example: when encoding MP3s, I've found it's often faster to skip the user interface and use LAME directly. Download the LAME mp3 encoder someplace, and it will come with an executable. Then, you can write a batch file (.bat) like:
Put the batch file someplace accessible. To encode some songs, all you need to do is drag and drop them onto the batch file.
Next post: Speed Reader