How to tell something to domino from a batch?

Hi. I need to tell domino to quit a service and, later, to restart it.

Something like:

_ _ _ _ _ _ _ C_U_T H_E_R_E _ _ _ _ _ _ _

#!/bin/bash

cd /local/notesdata

tell pop3 quit ← how to ?

tell smtp quit ← how to ?

tell router quit ← how to ?

cd mail

cp foo.nsf /tmp/just_a_test.nsf

cd …

load router ← how to ?

load smtp ← how to ?

load pop3 ← how to ?

cd /someplace

… etc…

_ _ _ _ _ _ _ C_U_T H_E_R_E _ _ _ _ _ _ _

Unfortunately cconsole do not have a parameter for this when used from the command line :frowning:

What can I do ?

Subject: How to tell something to domino from a batch ?

The following technote should help:How to Send Commands to the Server’s Console from the Command Line with R5

http://www-1.ibm.com/support/docview.wss?rs=0&uid=swg21089204

Ben

Subject: RE: How to tell something to domino from a batch ?

The following technote should help

Perfect. Exactly what I was searching.

Many thanks, Ben.