_echo_

Just type this in hscript

echo `system ('date +%T')`

Then you can see system date. Important thing is to using single quote like this: ' '
Actually you can evalute whole pamerater to using echo function.

If you wanna get output filename in driver. Just typing like this.

echo `ch("/out/mantra1/picture")`