Windows association fails on paths with spaces

When invoking perl indirectly using Windows extension association capabilities e.g.

myprog.pl my args

fails if the path to myprog.pl contains spaces
fix is to make sure the %1 is replaced with “%1” in the appropriate registry entries

Thanks for the note @MarkO - we will file that bug here and see if we can address that in the installer.

1 Like