A Little software that removes an url prefix from the passed url and adds it to the end of the arguments parameter which then gets passed to the destination software. It becomes handy to use custom url handlers on windows with software that dont support handling full urls in Parameters.
urllauncher.exe <url> <software to startup> <software to startup args> <optional: true for removing the end / of the url>
To build the software, the dotnetcore SDK 3..1 is required. https://dotnet.microsoft.com/download
dotnet.exe publish -c Release -p:PublishSingleFile=true -r win-x64 --self-contained true -p:PublishTrimmed=true
The single exe file can now be found in bin\Release\netcoreapp3.1\win-x64\publish