It's not too often any more that we need a floppy drive image created, but there are times (such as when accessing a server through iLO) when it's handy to have a virtual floppy drive.
There are a lot of shareware and commercial programs out there that will create a .img file from other files on your file system, but I had a hard time finding a free floppy image creation package.
BFI (Build Floppy Image), thank goodness, still is around. It's a very easy-to-use floppy image creation command line tool that is fully free.
It's old, and it's unsupported, but it works.
Rather than hosting the files here, I'll link to BFI's home page. If you find that the page or files are down, let me know, and I'll
post it here.
Turns out the home page link finally went away.
Here's a link to the download.
In short, what you do is put the files you want to write to your image in their own directory.
Here's an example of its usage.
Say I want to create a floppy image file at c:\temp\myfloppy.img, containing all of the files in c:\temp\floppyfiles. The command I'd use to do this is:
bfi -f=c:\temp\myfloppy.img c:\temp\floppyfiles
That's it. Enjoy your new (free and legal) floppy disk image!