Menus, menu commands, and dialog boxes in Design Center > Project menu commands and dialog boxes > Export dialog box > Scripts dialog box

Scripts dialog box
In this dialog box, you can specify scripts (bat, pearl or similar) to be executed before and after the Project is exported.
Variables set by Design Center
The following variables are set by Design Center, and can be used in the pre-export and post-export scripts:
$(ExportPackage)
The full path to the export file (*.export) created by the export.
$(ChecksumFile)
The full path to the checksum file (*.sfv) created by the export.
$(ProjectName)
$(ProjectPath)
Use the following syntax to pass one or more variables to the script:
"<script_path> var1[ var2][ var3][ var4]"
Example 8
"C:\scripts\copy.bat $(ExportPackage) $(ChecksumFile)"
 
OpenText StreamServe 5.6 Updated: 2013-03-01