Right Click Context Menu

I am thinking of coding some simple program that involves the right click menu in Windows. For example:

  1. Right click a file in Windows Explorer and an option "append suffix" pops out that append a certain message like "done" or "completed" to the filename of the file. (Actually can you do this with a Windows Batch file?)

  2. Right click a JPG file in Windows Explorer and an option "Encrypt" pops out that opens my Processing program and scrambles the position or pixel value of the image then output to a new JPG.

Are those possible with Processing?

Answers

Sign In or Register to comment.