Arbotext Publishing Engine Programmer's Guide (《Arbortext Publishing Engine 程序员指南》) > The Arbortext Publishing Engine Sub-Process > Writing Arbortext PE 应用程序s in VBScript > Sample VBScript Arbortext PE 应用程序s
  
Sample VBScript Arbortext PE 应用程序s
The sample VBScript applications are included in the Arbortext Publishing Engine installation. These applications are on the server and loaded into an Arbortext PE 子进程 when it starts. The VBScript sample applications are:
PE_HOME\e3\samples\vbscript\E3AppTest.vbs
PE_HOME\e3\samples\vbscript\e3samples2.vbs
The E3AppTest.vbs sample is available for testing from the Arbortext Publishing Engine HTML web page (for information, see Monitoring and Reporting Using a Web Browser). It is handled by the Arbortext PE Request Manager, so you don't need to place it in the PE_HOME\custom\init directory. The E3AppTest.vbs sample application reports information about the Arbortext Publishing Engine environment. Document manipulation, such as opening, closing, and changing content, is accomplished using the AOM and DOM interfaces (refer to the Programmer's Reference). For information about e3samples2.vbs, see Sample Applications.