Perhaps some might find this useful...
There is a nice command that can be added to the abaqus_v6.env file called onJobCompletion()
In the abaqus_v6.env, create a line:
def onJobCompletion():
and then (using proper indents of course), add the commands/functions etc that you want to be called...