Can I pass data, say, a string, to an exe program by a command line? And if so (I hope), how can I retrieve it from inside the program?
For example, suppose the program is MyProgram.exe. I would like to start it by a command line like
MyProgram.exe "abc"
Now, I don't know how to retrieve this "abc" programmatically.
Thank you for your help.
For example, suppose the program is MyProgram.exe. I would like to start it by a command line like
MyProgram.exe "abc"
Now, I don't know how to retrieve this "abc" programmatically.
Thank you for your help.