Forum Archive

execute .py within shellista.py

radlsneak

Is there anyway to launch another .py file while inside of shellista.py? or how would I go about adding that to the current code. I would like to just be able to call a script from with by just a name, like running ls but instead call my script.

ccc

You could use the built-in execfile() function for this.