configurationengine/source/plugins/common/ConeCommandPlugin/commandplugin/tests/project/assets/s60/implml/file1.commandml
author terytkon
Thu, 11 Mar 2010 17:04:37 +0200
changeset 0 2e8eeb919028
permissions -rw-r--r--
Adding EPL version of configurationengine.

<?xml version="1.0" encoding="UTF-8"?>
<commandml xmlns="http://www.s60.com/xml/commandml/1">

	<command executable="c:\program1\run.exe" shell="false" bufsize="0" cwd="c:\program1" env="{'MYVAR':'123'}">
		<argument value="-c some_config.txt" />
		<argument value="-d some_dir" />
		<argument value="-x" />
		<pipe name="stdin" value="PIPE"/>
		<pipe name="stdout" value="program1.log"/>
	</command>

	<condition value="False">
		<command executable="c:\program2\abc.exe" shell="true">
			<argument value="-c some_config.txt" />
		</command>
	</condition>

</commandml>