in reply to Re: Strange problem with Windows 7 command line and perl
in thread Strange problem with Windows 7 command line and perl

Ok, what about

c:\Users>ftype perl

and

c:\Users>assoc .pl

poj

Replies are listed 'Best First'.
Re^3: Strange problem with Windows 7 command line and perl
by anonypl (Novice) on Feb 12, 2017 at 18:01 UTC

    Hi,

    Just saw your message. Sorry missed it earlier. Here is what I get

    C:\Users\pmu>ftype perl File type 'perl' not found or no open command associated with it. C:\Users\pmu>assoc .pl .pl=Perl_program_file C:\Users\pmu>

      Did you install using msi, if so did you run as admin ?

      poj