On Thu, 09 Mar 2006 17:56:08 +0100, le dahut <[EMAIL PROTECTED]> wrote:
>What is the best way to export/import a part of windows registry into >original .reg files (according to the os type). Code must run on both 98 >and XP ? > If you can find a copy of the Windows 2000 Resource Kit (and it may be downloadable from Microsoft), you can use the regdmp and regini tools to do that. Regini is built-in to XP, but both tools work on 98 as well (95, even). The file format is similar, but not identical, to a stock regedit script. -- Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32