in reply to How to open a gif file with non-default application

start will use the default application, so I don't see why you're still using start.

system("c:\specific\application.exe image.gif");

Actual usage may vary by application.