How can I make it so when there are arguments added to the end of the program name it does a specific method or whatever?
Also, is there a name for this?
Example
Command line arguments.
On c# you can find them on
static void Main(string[] args)
Or from anywhere using
Environment.GetCommandLineArgs()