Application Command Line Parameters Explained
Passing command line arguments to applications can be useful in a wide range of situations. This concept is general to most software on most platforms.
Command Line Parameters Explanation
Command line interfaces (CLI) allows for controlling software without visually starting it.
Parameters can be understood as extra commands sent to an application when it starts.
If you start a program from console you can typical write something like program.exe -parameter.
To prevent (e.g. in Windows) a parameter value that contains a space (e.g. if you are passing a directory path) from being broken up,
enclose it inside a couple of "".
You have to resort to the manual and/or help for the given application to see the parameters, if any, it accepts.
Microsys |
help |
previous |
nextMicrosys develops desktop software, mobile apps and websites.This page is part of the shared help documentation across many of our tools.
This help page is maintained by
Thomas SchulzAs one of the lead developers, his hands have touched most
of the code in the software from Microsys.
If you email
any questions, chances are that he will be the one answering.