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
Post a Comment