Skip to content

Instantly share code, notes, and snippets.

@turbulentie
Created August 19, 2024 20:21
Show Gist options
  • Save turbulentie/569ada1e4f47e7cb151d2f369ae9a763 to your computer and use it in GitHub Desktop.
Save turbulentie/569ada1e4f47e7cb151d2f369ae9a763 to your computer and use it in GitHub Desktop.
@echo off
color 0B
mode con:cols=100 lines=20
if not defined WEISAR_HOME set WEISAR_HOME=%~dp0
start "" /realtime saracon.exe
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Weiss Engineering]
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Weiss Engineering\Saracon]
@="%WEISAR_HOME%"
"VersionMajor"=dword:00000001
"VersionMinor"=dword:0000003d
"VersionRevision"=dword:00000000
"VersionBuild"=dword:00000025
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Weiss Engineering\Saracon\Settings]
"BufferSize"=dword:00000200
"CoeffDir"="%WEISAR_HOME%\\coeffs"
"XrcDir"="%WEISAR_HOME%\\xrc\\saracon-en_wdr.xrc"
"ImgDir"="%WEISAR_HOME%\\img\\splash.png"
"ManualPdf"="%WEISAR_HOME%\\doc\\saracon-manual.pdf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment