@LANGUAGE

You can use the @LANGUAGE directive to set the language that will be used to interpret the commands in a script. You can set your scripting language to any scripting engine that has been installed in ACP. The default scripting language is VBScript, so if you do not include a @LANGUAGE directive in your script, the script will be interpreted by the VBScript engine.

Syntax

<%@ LANGUAGE=scriptengine %>
 

Parameters

Scriptengine
The script engine that should compile the script. ACP ships with two script engines, VBScript and JScript.