answersLogoWhite

0

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

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What are five file extentions that might be used for scripts?

Jscript(.js file extention), Jscript Encoded(.jse), VBScript Encoded(.vbe), VBSscript(.vbs),and Windows Script(.wsf) pg.1023 A++ CompTia 6th ed.


What are the five file extensions that might be used for scripts?

.js, .jse, .vbe, .vbs, .wsf


What Linux file attributes are used for executing Perl scripts?

File attributes are not specifically used to run Perl scripts (ie. you can run them without setting or changing them).


What are five file extensions that might be used for scripts?

.js, .jse, .vbe, .vbs, and .wsf


What file extensions are used to identify command shell scripts?

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.


What are five extensions that might be used for scripts?

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


What computer languages cannot be used to write CGI scripts?

java programming language cannot be used to write CGI scripts


Which file is used to determine the boot Parameters?

I Think its BOOT.INI, but it might be NTLDR


What are Roblox hopperbin scripts?

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.


When were scripts first used?

I believe that scripts were first used in the year 2000 march 29th glad to help :-P x x x NOT!!!!!!!!!!!!!!!!!!!!!!!!!


What is the command echo in unix mean?

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.


What are subroutines and are they used in batch files scripts neither or both?

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.