<?xml version="1.0" encoding="ISO-8859-1"?>
<!--Edited using Gateway Setup Editor version GA3.0.18-140320 at 2014-06-05 16:44:53 by llim on MNLP005-->
<gateway compatibility="1" xsi:noNamespaceSchemaLocation="http://schema.itrsgroup.com/GA3.0.18-140310/gateway.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<commands>
		<command name="passwordProtectedCommand">
			<targets>
				<target>/geneos/gateway/directory/probe</target>
			</targets>
			<userCommand>
				<type>script</type>
				<runLocation>netprobe</runLocation>
				<args>
					<arg>
						<static>c:\tmpSapphireMain.exe</static>
					</arg>
				</args>
				<enablePassword>true</enablePassword>
			</userCommand>
		</command>
	</commands>
	<scheduledCommands>
		<scheduledCommand name="testSchedPasswordCommand">
			<command>
				<command ref="passwordProtectedCommand"/>
			</command>
			<recurrence>
				<pattern>
					<hours>
						<everyXHours>1</everyXHours>
					</hours>
				</pattern>
				<range>
					<start>2011-09-12T16:13:00</start>
					<noEndDate/>
				</range>
			</recurrence>
			<args>
				<arg>
					<static>hello</static>
					<targetArgs>
						<targetArg>2</targetArg>
					</targetArgs>
				</arg>
			</args>
			<targets>
				<target>/geneos/gateway/directory/probe</target>
			</targets>
		</scheduledCommand>
	</scheduledCommands>
</gateway>