running python scripts external

Hi all,
I was wondering is it possible to run a python script externally from Blender and have it connect and “do something” in Blender? (much like com)

Any information would be great.

Thanks,
B

The Blender 2.4alpha1 has python 2.4 which allows subprocessing, you may want to read up on that.

Other then that you’d nee to make a exe to accecpts command lines.