Documentation

#SS

SS

Syntax: #SS language script

Define and execute script in the given language with Microsoft Script control (VBScript, JavaScript, etc.). No expansion is preformed on the script arguement, this arguement should not be encapsulated with quotes or braces. This command is used internally for triggers, aliases, etc.

If language and script are omitted, the current language is reset. If script is omitted, current active language is set to language and cleared. If language is null current active language will be used.

Example:

#SS "VBScript" x=0:sub test:x=x+1:msgbox x:if x<5 then test:end if:end sub:test

This is equivalent to the example in #SCRIPT

Add comment

Login or register to post comments