[comp.sys.atari.st] TTP Execution, I/O Redirection

glk01126@uxa.cso.uiuc.edu (10/29/89)

	Could someone post or e-mail directions on how to load
	a .ttp file into memory, execute it and receive the output?

	(From another currently running program...)

	Could I point a dummy function pointer at it and call it
	as in
	dummy()
		{
		}
	later...
		(char *)dummy = (char *)loadadr...

	How do I offer up some of my heap for the .ttp?
	How do I redirect the output to either a buffer or file? 

	Thanks in advance...
				-Spieu!