Hello, How can I programmatically determine what the current script is that is executing from within the script itself? In a Bourne shell script for example I would commonly use something like: SCRIPTNAME=`basename` Thanks, Michael