Scripts as in computer software script are usually application based so the file extensions are applied by the program that created the script. Scripts written for one computer application do not always work in a different application. It might be more useful to concentrate on what you want to do and find the application best able to do what you want rather than find out a list of file extensions that may or may not be of any use
Jscript(.js file extention), Jscript Encoded(.jse), VBScript Encoded(.vbe), VBSscript(.vbs),and Windows Script(.wsf) pg.1023 A++ CompTia 6th ed.
.js, .jse, .vbe, .vbs, .wsf
File attributes are not specifically used to run Perl scripts (ie. you can run them without setting or changing them).
.js, .jse, .vbe, .vbs, and .wsf
For windows, you might use .cmd, .bat as common file extensions. Unix doesn't use file extensions as associations, so no file extension needs to be used in the Unix environment. A shell script in Unix is simply a text file with any name that is readable and executable. However, file extensions are typically used in Unix as a documentation aid that states that the file is a shell script. Common extensions are .sh, .csh, .ksh, .tcsh, .zsh, etc.
Jscript or .js file extension Jscript Encoded or .jse VBScript Encoded or .vbe Windows Script or .wsf VBScript or .vbs Source: Jean Andrews Comptia A+ Guide to Software, Managing, Maintaining, and Troubleshooting 4 ed. 2007
java programming language cannot be used to write CGI scripts
I Think its BOOT.INI, but it might be NTLDR
Roblox hopperbin scripts are scripts that are placed in Roblox hopperbin objects. These scripts control tools such as balefire and fly tools. They are also used in group building tools such as the copy and delete tools.
I believe that scripts were first used in the year 2000 march 29th glad to help :-P x x x NOT!!!!!!!!!!!!!!!!!!!!!!!!!
it is a command in unix and unix like operating systems that places a string on the computer terminal.It is typically used in shell scripts and bath files screen or a file.
Subroutines are code blocks that can be called from anywhere in your code where the subroutine is within the scope of the caller. They are not used in batch files or command scripts, but they may be emulated by calling one batch file from another and waiting for the external call to return, which may (optionally) return an error level which can be tested by the caller. Subroutines can be used in other scripts, including vbscript and javascript. Subroutines may also be called functions or procedures depending on the type of script.