http://bugs.winehq.org/show_bug.cgi?id=35282 --- Comment #1 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, some documentation/synopsis here: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-... --- quote --- reg import Copies a file containing exported registry subkeys, entries, and values into the local computer's registry. Syntax reg import FileName Parameters FileName : Specifies he name and path of the file that will be copied into the registry of the local computer. This file needs to be created beforehand with the reg export operation. /?: Displays help at the command prompt. Remarks The following table lists the return values for the reg import operation. Value Description 0 Success 1 Failure Examples The following example shows how you can use the reg import command: reg import "hkcu\software\microsoft\winmine" c:\data\regbackups\wmbkup.reg --- quote --- Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.