rbt wrote: > I'm creating a Python plugin for Bartpe (Windows Pre-Install > Environment) and it works OK, but to make it work _exactly_ like it does > on XP (.py and .pyw associate with python and pythonw), I need to > extract the reg entries so I can recreate them in the WinPE environment.
If it's just a matter of creating those associations, I believe you can do that equally well using the "ftype" and "assoc" console commands, via os.system() or something similar. -Peter -- http://mail.python.org/mailman/listinfo/python-list