You could call a utility like pskill (available from www.sysinternals.com)
from your batch file to kill the calculator process. This isn't quite
"clean", since it aborts the process abruptly. It would probably be better
to write your own utility that sends WM_CLOSE to a particular window, and
call -=that=- utility from your batch file.