Created
August 19, 2024 20:21
-
-
Save turbulentie/569ada1e4f47e7cb151d2f369ae9a763 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
color 0B | |
mode con:cols=100 lines=20 | |
if not defined WEISAR_HOME set WEISAR_HOME=%~dp0 | |
start "" /realtime saracon.exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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