I am using a shell script that is called by a batch file. The shell script contains the GRASS scripts that I am using for my program. Every time I use the r.mask script, it displays the error r.mask: command not found.
Can r.mask be called from a batch file? How can I use r.mask using a batch file and shell script?