Link to home
Start Free TrialLog in
Avatar of mi5
mi5

asked on

Command Line Parameters

When my Windows app is compiled, can I make it so that command line parameters can be read, so for instance if someone typed something like:

"c:\myapp.exe -sometext"

...could I catch the 'somtext' bit inside the program?
ASKER CERTIFIED SOLUTION
Avatar of RonaldBiemans
RonaldBiemans

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial