Skip to content

Generate a .bat launcher for command and multirun on Windows - #100

Open
soda0289 wants to merge 1 commit into
keith:mainfrom
soda0289:windows-bat-launcher
Open

Generate a .bat launcher for command and multirun on Windows#100
soda0289 wants to merge 1 commit into
keith:mainfrom
soda0289:windows-bat-launcher

Conversation

@soda0289

@soda0289 soda0289 commented Aug 3, 2026

Copy link
Copy Markdown

Windows can only execute files with extensions .bat, .exe or .com. When launching a bash script a batch script must be generated that locates bash on windows using BASH_SH environment variable or using a provided toolchain. This fixes multirun on windows since the current code just passes a bash script as executable which fails on windows.

Windows can only execute files with extensions bat, exe or com. When
launching a bash script a batch script must be generated that locates
bash on windows using BASH_SH environment variable or using a provided
toolchain.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant