Windows Script File
From Just Solve the File Format Problem
Revision as of 11:31, 3 October 2016 by VolodyA! V Anarhist (Talk | contribs)
Windows Script File is a file containing scripts in different language (by default VBScript and Javascript are supported, but other languages can be enabled by the user after the installation of their respective interpreters).
This is an XML based format and it uses <script>
tags to implement each of the script bodies. Often the body will be also wrapped in the CDATA
in order to prevent accidents with using XML like tags within the executable code, that would otherwise prevent parsing of the file.