Hello everyone, thank in advance for any help.
I am running the installer from the command line and I would like to output flag usage information if the user type something like "setup.exe /help". I can easily parse the command line options, but I can't seem to output information back to the command line in the form of text i.e.
dir>usage flags: /L /help /C
Any ideas? Would it be possible by using FindWindow and sending a command to the command line? If so, how?
Thanks.
command line output
2 posts