sites to raster conversion

Is there any way to convert a sites file to a raster using a
NON-INTERACTIVE program in grass4.0? I know I can use s.menu or
d.rast.edit, but those are interactive and I have to include this
conversion in an script file.
Agus

Agustin Lobo (lobo@Jasper.Stanford.EDU ) writes on 22 Feb 93:

Is there any way to convert a sites file to a raster using a
NON-INTERACTIVE program in grass4.0? I know I can use s.menu or
d.rast.edit, but those are interactive and I have to include this
conversion in an script file.
Agus

With interpolation:
's.surf.tps'
's.surf.idw'

For isochor maps (no interpolation):
's.voronoi -l sites=file vect=file; v.to.rast i=file o=file'