File Extensions


 

Alintex Script .NET supports additional language file extensions other than those supported by the .NET Framework compilers and Microsoft Visual Studio .NET.  They are summarized in the table below:-

 

 

Executable primary script files

.VBX clip0203

Visual Basic .NET primary script file

.CSX clip0204

C# primary script file

.JSX clip0205

JScript.NET primary script file

.VJX clip0206

Java (J#) primary script file

 

 

 

.PSF clip0207

Portable Script File

 

 

Equivalent language files

.VJ

Java (J#) language file, equivalent and interchangeable with files with the .JSL extension.

 

 

clip0212 indicates a file type that can be executed by clicking on it's icon

 

 

clip0211 .VBX/.CSX/.JSX/.VJX

 

Executable primary script files are language files with an "x" appended to the traditional file extension.  The "x" indicates the following:-

       

 

clip0167The file can be executed (by AxWscript) by clicking on the file's icon.
The file is the primary script.
The file may contain a script #region - a non-standard language construct.

 

 

clip0210 .PSF

 

Portable Script (.psf) Files are text files in XML format that contain one or more scripts, together with their settings and author information.

 

These files can also be executed  (by AxWscript) by clicking on the file's icon in explorer.

 

 

.VJ

 

Alintex Script supports the file extension .VJ in addition to the standard .JSL J# file extension.  Both .VJ and .JSL extensions are equivalent and are interchangeable.

 

 

 

 

See Also

 

Script Structure | Language Specific Issues