Is it possible to develop an add-in for visual C++ ide?? For example, I have a program that will excute some shell commands, and then ftp files to certain computers, but it gets real annoying having to go execute this all the time.

Can I somehow make/add it to the ide, so I just click a button and it will execute my program??

And then take it a step further add a text box as well to give some input and then click the button to kick it off.

Thanks in advance for any input...
Bill