$!
$! Interactive Process Timeout parameters
$!
$ define/system ipt$_interval "0000 00:05:00.00"
$ define/system ipt$_warnings 2
$ define/system ipt$_idle_passes 12
$!
$! Run the image
$!
$ run -
	/detached -
	/privileges=all -
	/noswapping -
	/process_name=intproc$timeout -
	/priority=6 -
  intproc$timeout.exe
