0

I wrote a little program that uploads images to a webserver and puts the url in the clipboard. The program takes the file location form the command line parameters. Example: upload.exe C:\someimage.jpg . I want to put context menu item in windows explorer that appears only when image is selected .jpg, .png and .gif so that I can upload the images easier. How can I do that?

kendos
  • 153
  • 1
  • 1
  • 4
  • Possible duplicate of http://stackoverflow.com/questions/2123762/add-menu-item-to-windows-context-menu-only-for-specific-filetype – Jo Are By Sep 02 '13 at 22:51
  • I checked... it doesn't work. – kendos Sep 03 '13 at 02:33
  • Please be more specific. What exactly doesn't work? The custom command does not appear in the context menu? The command appears, but when you click it nothing happens? The command appears, when you click it, the program runs, but the program gets the wrong command line argument? Tell us what registry keys you set. We're not psychic. – Raymond Chen Sep 04 '13 at 23:29

0 Answers0