A sequence script contains commands or programs to run in sequential order (similar to UNIX shell scripts or DOS batch files). A sequence script file is a text-based file in which each line is a separate command to the Agent.
You can create a sequence script that runs external programs (other scripts) on the asset as well as internal Agent actions. The content and format of the sequence file control the interaction between the external programs and Agent actions. For example, the sequence script can extract the model and serial numbers of an asset, and then run a script that extracts specific registry settings on the asset. The Agent can be made to save the information to a snapshot XML file, and then parse that file before uploading it to the Axeda® Platform for access by Applications users.
Refer to the Axeda® Script Developer's Reference (PDF) for help creating script files.