Do you open UI by default when you type [ApplicationName].exe?

Last updated by Igor Goldobin 26 days ago.See history

It is always a good practice to have UI opened when specifying \[ApplicationName].exe from command line. If the GUI is not done, show a messagebox "GUI coming...".

Note: If you prefer for not putting UI as the default, it should have be at least "/GUI" as the argument. Do not use "/i", because too many command lines are using ā€œ/iā€ already.

commandlineopenuiwithargument
Figure: Bad example - /i should not be needed to get to the GUI ā€“ it should be by default

commandlineopenuiwithoutargument
Figure: Good example - UI is opened by default

We open source. Powered by GitHub