About creating entry points in scripts

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

$VCS_HOME/bin/Script50Agent

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 Script50Agent binary to develop all entry points as scripts.

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

On Windows, use VCSdefault.dll.