Is there anyway that I can format my app to run an option at a command prompt?
I'd like to have my app popup a message box based on what is entered at command prompt.
For example, suppose my app is called Msg.exe, and I enter this at command promt...
Msg Test
I'd like this to run code that call's MsgBox, and then for the text, enter in Test...
Thanks
I'd like to have my app popup a message box based on what is entered at command prompt.
For example, suppose my app is called Msg.exe, and I enter this at command promt...
Msg Test
I'd like this to run code that call's MsgBox, and then for the text, enter in Test...
Thanks