I wrote a small VB6 program (standard EXE) that copies files to multiple locations. Now I'm trying to put this little app into Explorer's context menu so that if I right click some files and select ...
How do I pass command line args into a VB.NET console app? For example, I found this code on the net to list the subdirectories of C ...