Hi there.

In windows' context menu there is an option "Send to.". I'd like to send a text file (or a few of them) by choosing this option and later my program.exe from the list. How can I handle the process of receiving those filenames within my C++ program in order to open those files afterwards using ifstream?