I have a boat load of old floppy discs that have images on them. I want to copy them, but they have file names that are often duplicated. I'd have a batch file that will copy and rename the files, but I have to run it every time I insert the disc. I was trying to make a C# application to detect when the status of the drive changes and then automatically copy and rename the files based on the current date/time.
Thanks in advance.
Since this is for yourself, you don't need a bullet proof solution.
Heres the high level algorithm that could be done easily in c#