Post #1021773
2026-03-30 20:18 UTC
CMD script to export the Delphi HKCU registry branches
Just in case anybody else has a use for this: Here is a CMD script that exports the HKCU registry branches for all Delphi version from XE2 to 13: @Echo off setlocal set “OUTDIR=%~dp0registry_exports” if not exist “%OUTDIR%” mkdir “%OUTDIR%” call :ExportBDS 9.0 XE2 call :ExportBDS 10.0 XE3 call :ExportBDS 11.0 XE4 call :ExportBDS 12.0 XE5 call :ExportBDS 14.0 XE6 call :ExportBD
https://blog.dummzeuch.de/2026/03/30/cmd-script-to-export-the-delphi-hkcu-registry-branches/
#Batch
Replies (0)
No replies.