The basic way to start INDOLE is:
./indoleSpecially, for windows command prompt users:
indole.exeAnd windows powershell users:
.\indole.exeYou can input the configuration xml after you start INDOLE, a configuration example is here:
<indole>
<Manager>
<Plugin name="OpenFileInterface">
<FileName>src.txt</FileName>
</Plugin>
<Plugin name="CreateFileInterface">
<FileName>dst.txt</FileName>
</Plugin>
<Connection x="0" y="1" size="8192"/>
<Control name="BasicControl">
</Control>
</Manager>
</indole>You can send the configuration file to pipe while starting INDOLE
./indole < config.xmlSpecially, for windows command prompt users:
indole.exe < config.xmlAnd windows powershell users:
cat config.xml | .\indole.exe