user interface mod

A command-line interface (CLI), also known as a command-line shell, is a means of interacting with software via commands – each formatted as a line of text. Command-line interfaces emerged in the mid-1960s, on computer terminals, as an interactive and more user-friendly alternative to the non-interactive mode available with punched cards.
For nearly three decades, a CLI was the most common interface for software, but today a graphical user interface (GUI) is more common. Nonetheless, many programs such as operating system and software development utilities still provide CLI.
A CLI enables automating programs since commands can be stored in a script file that can be used repeatedly. A script allows its contained commands to be executed as a group (as a single program).
A CLI is made possible by command-line interpreters or command-line processors, which are programs that execute input commands.
Alternatives to a CLI include a GUI (including the desktop metaphor such as Windows), text-based menuing (including DOS Shell and IBM AIX SMIT), and keyboard shortcuts.

View More On Wikipedia.org
  1. P

    Infotainment UI Patch MOD

    Because some (not all!) rather “curious” people hang around in the German MG4 forum who don’t want to contribute anything useful to my post, I’m hoping to find like-minded people here who are interested and would like to get involved.🙂 I’ve started my first project to glow up the rather boring...
Back
Top Bottom