Table of Content
Run external tool after execution plugin

Information

This tool provides you run external program when script executed successfully.

Installation

Copy run_ae.dll and run_ae.ini to DTM SQL editor directory for install this plug-in. Edit run_ae.ini for configure plug-in.

Activation

This plug-in will be activated automatically.

Options

Path/WorkingDirectory - working directory. Plug-in uses %TEMP% for empty setting.

Path/CommandLine - command line. This option must be specified. You can use next parameters:

  • %f means filename
  • %d means database
  • %u means user name

  • %p means password
  • %o means owner
  • %N means Data Source Name

DTM SQL editor: run external tool plugin

Revision History

  • 1.00 - original version with default features.