in reply to Re^5: strawberry win10 no ARGV
in thread strawberry win10 no ARGV

I have near zero recent experience with REGEDIT. I don't find any subkeys. Is there a trick? In ".pl" folder there is one entry: Name= Default Type= REG_SZ Data= pl_auto_file

Replies are listed 'Best First'.
Re^7: strawberry win10 no ARGV
by Jenda (Abbot) on Dec 15, 2019 at 22:08 UTC

    First you associate the extension to a type and then the type to executable(s). Look inside the "HKEY_CLASSES_ROOT\pl_auto_file".

    And while you are at it, see whether you have a HKEY_CLASSES_ROOT\Perl key. Maybe just the mapping from the extension to the type was broken, 'cause "ext_auto_file" is something you end up with if you doubleclick an unknown extension and select a program to run it with.

    Jenda
    1984 was supposed to be a warning,
    not a manual!