Post render script and backburner

Hi guys,

I have been having big problems with post render scripts, mainly getting backburner to accept it.

Searched the internet and found this by Anubis:

if renderSceneDialog.isOpen() do renderSceneDialog.close() -- close dialog if it open
preRendScript = "C:\\test.ms" -- assign .MS file
usePreRendScript = true -- enable the script

I implemented it and when I send it to backburner, the script will not show up in the post render script slot.

Does anyone know how I can get backburner to use a post render script?

thank you