www.sqledit.com
DTM SQL editor Online Documentation
General
Product profile
Product versions
Database tools
Install software
Upgrade software
Uninstall software
System requirements
How to buy
Product features
User interface
Hot keys
SQL editor
Search and replace
Data export
SQL library
Results viewer
Connect to database
Macros: definition and using
Database schema viewer
Find database object
Data editor
Schema object
Filter database schema
Version control
Command line options
Settings and options
SQL builder
SQL builder
Select type of the statement
Specity objects for select
Build WHERE cause
Select tables or views
Select one table or view
Select fields
Set or change values
ORDER BY and GROUP BY
Create table
Create index
Create view
Plug-ins and SDK
Plug-ins and SDK
Data structures
Plug-in sample, sources
Plug-ins Library
General information
Directory by DBMS
MS SQL Server
Run Query Analyzer
Oracle
Run SQL*Plus
General
Insert Module Header
External preprocessor
Run external tool
Run after script execution
Save/Load Hisroty
Send script by e-mail
Simply preprocessor
WinDiff interface
Directory by functions
Editor plug-ins
Insert Module Header
Run external tool
Run Oracle SQL*Plus
Run MS Query Analyzer
Send script by e-mail
Schema plug-ins
Results plug-ins
Common plug-ins
Run WinDiff
Save/Load Hisroty
Preporcessors
External preprocessor
Simply preprocessor
After execution plug-ins
Run after script execution
Information
Licence agreemnet
Technical support
Send feedback
FAQ and tips
Program tutorial
Troubleshooting guide
Glossary
SQL reference
SQL quick reference

Run external tool plugin

Information

This tool provides you run external program from current DTM SQL editor environment.

Installation

Copy run_it.dll and run_it.ini (if present) to DTM SQL editor directory for install this plug-in. Edit run_it.ini for configure plug-in.

Activation

For activate plug-in click right mouse button at editor window and select corresponding menu item.

Options

Settings/ReadOnly - don't save script for 1 values or save for 0 (default option).

Settings/DeleteTemp - delete temporary files for 1 or not delete for 0 (default option)

Settings/MenuItem - text of the menu item. This option must be specified!

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

Revision History

  • 1.05 - supports "Settings" dialog for SQL editor 1.60+.
  • 1.04 - supports "DeleteTemp" option for temporary file deletion.
  • 1.03 - supports '%N' key for command line as current Data Source Name.
  • 1.02 - extended command line parameters are supported. '%f' means filename with script, '%d' - database, '%u' means user name, '%p' means password, '%o' - owner.
  • 1.01 - you can create copy of the plug-in DLL and INI with separated name for run few plug-in instances.
  • 1.00 - original version with default features.