Hi all, I want to execute a Script from Zope. I created a file in the 'Extensions' directory containig following code: [code] #!/bin/sh echo DEFANGED.23 exit #!/usr/bin/python import os os.system( 'ls' ) [/code] If I want to execute this script, how do I do that? Thanks -mas