It seams that there is a bug in DECnsr 4.3.
If you wright a homemande script to do your saves, example:
#!/bin/sh
#
# Do somekind of processing
#
save "$_at_"
DO NOT redirect the output of the save command (applicable to the DMO
nsrobkstart command). This will cause the script to fail, and re-execute.
Example not to do:
save "$_at_" > /tmp/output.log
Hope this helps someone,
/jean
Received on Thu Sep 11 1997 - 14:07:52 NZST