Spamlaws Glossary

Script

Script
While it can operate without aid of adjoining programs, a script differs from a core code, as it is typically written in different coding. Sometimes it may be interpreted from a source code unlike associated programs that are mostly translated into the native machine code for whatever system they are intended to run on. Scripts that program an operating system are known as shell scripts. In environments such as a Unix or DOS shell, interpreters often double as CLI (command line interfaces). Others like AppleScript enhance the scripting capability to platforms that lack the command line interface. Graphical user interfaces introduced a unique style of scripting to control a computer. These scripts are generally used to automate repetitive action or to make standard configurations. In many instances, scripts can be used to administer any program operating on a GUI-based computer. Macros is a similar type of scripting through keys and mouse clicks that is used in the GUI environment.
Script