A lightweight Windows app to launch your behavioral task (Bonsai, matlab, etc...). Works with Windows 10, and ade by Visual Studio and WinForms.
- Copy
TaskLauncher.exe
(and optionallyconfig.json
) to any folder from here (ceph/mrsic_flogel/public/projects/SuKu_20231005_AllOpticalManipulation/2p-313/TaskLauncher
). - Double-click
TaskLauncher.exe
.- If
config.json
is missing, a starter config is generated. - Edit
config.json
→ save → relaunch. (see below for details)
- If
The app reads everything from config.json
placed next to the EXE.
Use Visual Studio for debugging. Once the debug is done, you can publish the standalone .exe
file with
dotnet publish ".\TaskLauncher.csproj" -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true /p:PublishTrimmed=false /p:PublishReadyToRun=false /p:DebugType=none /p:DebugSymbols=false /p:GenerateDocumentationFile=false /p:IncludeNativeLibrariesForSelfExtract=true