<?xml version="1.0" encoding="windows-1252"?>
<node id="953290" title="Re: How to embed a tool in my script" created="2012-02-12 02:19:23" updated="2012-02-12 02:19:23">
<type id="11">
note</type>
<author id="483556">
McDarren</author>
<data>
<field name="doctext">
If you just want to pass these files one by one to your "tool", and you don't care about any output, then you can use [doc://system]

&lt;p&gt;However, if your "tool" produces output that you want to capture and process, then you'll probably want to use backticks, eg:

&lt;code&gt;
$output_from_my_precompiled_tool = `/path/to/my/tool $file`;
&lt;/code&gt;

Cheers,&lt;br&gt;
Darren</field>
<field name="root_node">
953288</field>
<field name="parent_node">
953288</field>
</data>
</node>
