Reg2Bat - Convert registry files (.reg) to Batch (.bat) - 1

Reg2Bat is a powerful conversion program to convert a registry file (.reg) to a batch-script file (.bat/.cmd).

Reg2Bat - Convert registry files (.reg) to Batch (.bat) - 2

Reg2Bat - Convert registry files (.reg) to Batch (.bat) - 3

Reg2Bat - Convert registry files (.reg) to Batch (.bat) - 4

See a conversion example:

Reg2Bat - Convert registry files (.reg) to Batch (.bat) - 5

Reg2Bat - Convert registry files (.reg) to Batch (.bat) - 6

Version 2.4

Fixed:
  • Command redirection for CALL commands.
Improved:
  • Commentlines now are separated by an empty line.

Version 2.3

Added:
  • Support for convert these value types: REG_NONE, REG_RESOURCE_LIST, REG_RESOURCE_REQUIREMENTS_LIST and REG_FULL_RESOURCE_DESCRIPTOR.
Fixed:
  • If a value of type REG_MULTI_SZ and REG_EXPAND_SZ is empty, the program throws an error.
Improved:
  • Updated the ‘Test.reg’ testing file with all the new value types.

Version 2.2

Added:
  • Option to force registry overwritting.
  • Option to abbreviate RootKey names.
Fixed:
  • The percent characters (“%) of a ‘Default’ value (@=) was not correctlly converted.
Improved:
  • Extended the option ‘Redirect commands to NULL’ to specify better custom redirection.

Version 2.1

Added:
  • Added support to recognize the deletion of a default value. ( In a Regedit Script: ’”@==-’ )
  • Redirect commands to NULL’ option for GUI.
  • Deleted:
    • All the ‘RegEx.Split’ operations, to gain speed were replaced with ‘IndexOf’ method.
    Fixed:
    • A misstype with the BINARY value splitter that was adding an character in the Batch command. ( Solved changing ‘=HEX’ to ‘=HEX:’ )
    • Application version in the application settings was wrong. ( This can be found in the caption of an informatiion/error MessageBox ).
    Improved:
    • Binary, Dword and Qword values now are shown as UPPER-CASE.
    • Replaced the usage of old VB6 math methods. ( Changed ‘Chr(Val(“&H” & [Byte]))’ to ‘Convert.ToChar(Convert.ToInt32([Byte], 16I))’)
    • The main button text. ( Changed ‘Click to load a registry file…’ to ‘Load a registry file…’)

    Version 2.0

    Added:
    • Progress Information for GUI.
    Improved:
    • Application was written from scratch.

    v1.0

    Initial Release.

    Reg2Bat - Convert registry files (.reg) to Batch (.bat) - 7

    codecanyon-19261924-reg2bat-convert-registry-files-reg-to-batch-bat.zip

    You May Also Like