Generally speaking, a script is a file composed of commands. It is an executable file written in a certain format using a specific descriptive language. Scripts are batch files that can make a routine task much more efficient.
#The operating environment of this article: windows10 system, thinkpad t480 computer.
Generally speaking, a script is a file composed of commands.
Official definition:
Script is an executable file written in a certain format using a specific descriptive language.
Extensions:
Script language, also known as extended language, or dynamic language, is a programming language used to control software applications. Scripts are usually written in text ( ASCⅡ) is saved and is only interpreted or compiled when called.
Features:
(1) A script is a script
(2) A script is an ordinary text file, a batch file
(3) Script Directed the occurrence of a sequence of events
(4) The script greatly improved the efficiency of a routine task
Open a common batch file with the extension .bat in Windows systems, and a A black window with some white words bursting out, this is a batch file, which is also a script file.
Free video tutorial recommendation: php video tutorial
The above is the detailed content of What does script mean in layman’s terms?. For more information, please follow other related articles on the PHP Chinese website!