#               Registry Toolkit Script File Sample
#                      Funduc Software, Inc.
#                       Copyright 1998-2005
#      http://www.funduc.com  http://www.searchandreplace.com

# This is a special format script that is used to export registry 
# data in REGEDIT4 format, to the output file you specify. 

# Note: The comment character is #.  It MUST appear in column 1

# When using scripts for an export, omit entirely the Search String= 
# and Replace String= switches that are part of the typical script. 
# Use the Key= switch to specify the top level to begin exporting from. 
# All keys/data under that point are exported.  Be sure to specify an 
# Output/Undo File.  Also, be sure to specify Replace=0! 
# These special action export scripts should not be combined with 
# other actions -- make a single export per script.

# Example: Export the Key below to d:\temp\REGDUMP.REG

[Action1]
Key=HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall
Output/Undo File=d:\temp\REGDUMP.REG
Replace=0
