windows - .pl files open in notepad -


i new xampp, , also, new perl programming. tried open file c:\xampp\cgi-bin\printenv.pl , made mistake.

i chose default program open file extension notepad, option always use selected program open kind of file.

now when try run .pl files cmd opens them in notepad instead of executing. please reply. in advance.

type following @ shell prompt:

assoc .pl=perlscript ftype perlscript="c:\...\bin\perl.exe" "%1" %* 

(replace ... correct path.)


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -