Main window

A few hours ago I finished cleaning up the code for a utility that I wrote for myself and that I personally have been using for a while at work. I used this as a project to experiment with pure Windows API based program. RFC++ is written using only C++ and Win32 API so you all you really need it the executable. I thought it would be cool to actually release this utility. Below is a brief description and you can find the details on the projects page.

Run From Clipboard++ (RFC++) is a specialized tool for Windows that lets you quickly execute the clipboard contents. It also takes care of removing any newlines that might prevent the command from running successfully. If a command can’t be executed even after removing newlines then it shows a form that allows you to quickly modify the command and execute again.

Back to blog...