How do I find available parameters of an exe file?

Posted by terrani on Stack Overflow See other posts from Stack Overflow or by terrani
Published on 2010-05-30T10:57:27Z Indexed on 2010/05/30 11:02 UTC
Read the original article Hit count: 207

Filed under:
|
|

Hello,

I have an exe file that accpets parameters. For example,

a.exe parameter1 parameter2 parameter3

the problem is that I am not sure what parameters areavailable. Is there a way to find out it? the exe is complied by visual c++.

Thanks.

© Stack Overflow or respective owner

Related posts about visual-c++

Related posts about parameters