I asked this question in several places on the Internet (including the MSDN protocol file ), but there is no clear answer.
So, if I call my application as follows:
file: // C: \ myapp.exe
is there any way to pass some command line arguments to it, for example / nospashscreen = true
Things I tried:
file: // c: \ myapp.exe? / nospashscreen = true - launches the application, but without command line arguments: (
Thanks in advance.
source
share