Previous Topic

Next Topic

Book Contents

Book Index

Custom Scripts

The MOVEit Automation standard functionality provides you with the features and functions to automate almost any file movement task. In addition to this, you can employ macros and parameters to apply basic customization, or utilize built-in scripts to add additional functionality. However, to create a task that performs actions that require advanced customizations, you may need a custom script. For more information about how traditional and advanced task files are processed when moving from a source to a destination, see Key Processing Concepts.

Custom scripts allow you to write custom code to interact with MOVEit Automation in a fundamental way. This allows the script to add custom logic to a task, making the task capable of performing advanced functionality which can interact with files as they move from source to destination if required. For example, a custom script can read a file and take special actions after it is downloaded from a source but before it is moved to a destination.

MOVEit Automation integrates with VBScript and PowerShell scripting languages, both of which are included in Microsoft Windows Server. Using these languages MOVEit Automation harnesses the ability of PowerShell to interface with .Net or VBScript's ability to interface with Microsoft's COM.

Custom script use examples

Fundamentals of using custom scripts

To begin using custom scripts, you must grasp a few high-level concepts that will give you an understanding of the tools that you can use to perform your custom logic.

In This Section

Manage Custom Scripts

Add New Custom Script

MOVEit-specific Functions and Subroutines

Application Notes

Custom Script Samples