About creating entry points in scripts

On UNIX, script agents use the Script51Agent binary that are shipped with the product. The Script51Agent binaries are located at:

$VCS_HOME/bin/Script51Agent

You must implement the VCSAgStartup entry point using C++.

You may implement other entry points using C++ or scripts. If you implement no other entry points in C++, the VCSAgStartup entry point is not required.

On UNIX, use the Script51Agent binary to develop all entry points as scripts.

You can use Perl or shell scripts to develop entry points.