Harlin Seritt <harlinseritt@y ahoo.com> wrote:
[color=blue]
> Is there a function that allows one to get the name of the same script
> running returned as a string?[/color]
"Harlin Seritt" <harlinseritt@y ahoo.com> writes:[color=blue]
> Is there a function that allows one to get the name of the same script
> running returned as a string?[/color]
The questions a little ambiguous, but one answer might be:
import sys
myname = sys.argv[0]
<mike
--
Mike Meyer <mwm@mired.or g> http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
Comment