Answer the question
In order to leave comments, you need to log in
How to pass external parameter to Windows Form Application?
How to run a program and pass an external parameter there?
"C:\formApplication.exe -p param"
Answer the question
In order to leave comments, you need to log in
Look towards Environment.GetCommandLineArgs(). But if you need the Unix form "-p, --property", then google "C# getopt" - there are many implementations.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question