
passing parameters to exe
Hello Matt,
I was hoping that there was another way besides
interprocess communication to pass arguments to c++ exe.
I know there's ParseCommand API to sort out parameters
passed via command line, in dos, for example, but I was
looking in MSDN and I saw some info. on command files,
which seems (I'm not certain) similar to command line
functionality. If so, how can I set this up to do so?
jim
Quote:
>-----Original Message-----
>If this is IPC then you might want to look up using
sockets or shared
>memory.
>MattC
>> Is it possible to pass parameters to a vc++ exe w/out
>> command line instructions? Is this possible w/ command
>> files? If so, do a read the command file to retrieve the
>> parameters? If the parameters can be retrieved, can they
>> be used as environment variables?
>> any help is appreciated.
>> jim
>.