How would I read custom variables end of my application path? I am not sure exactly what they are called, but for example in in the shortcut path of Google Chrome you can add settings to the end of the path such as:
“C:\Program Files (x86)\Google\Chrome\Application\chrome.exe –Custom-setting“
How would I read these arguments after my application has started?
They are arguments that you are passing to the application. For example take the following application:
If you ran the following from the command line:
The program would display:
http://msdn.microsoft.com/en-us/library/acy3edy3.aspx
http://msdn.microsoft.com/en-us/library/cb20e19t.aspx