Hello,
I have an open source C++ command line tool of which I'm trying to manipulate the source code to modify its functionality for my personal use.
I have very limited knowledge of C++, and I need some help on how to synchronously shell another program (a VB app for that matter) with the initial argument line that was passed to the original C++ tool. The arguments parts is as troublesome as the "shelling" part because I'm not sure how to rebuild the arg. line from the argv[] array.