/***************************************************************

	(c)1993 Asimware Innovations

	This ARexx script will record an image to the current frame.

 ***************************************************************/

options results
address 'AsimVTR_ARexx.1'

recordframe "AsimVTR:images/img0021.dctv"
if rc ~= 0 then do
	say 'Failed with 'rc'.'
	exit
end

say 'The image has been recorded.'

exit
