René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

Associating file extensions with a program

C:\> assoc .pl=perlScript
C:\> ftype perlScript=c:\perl\bin\perl.exe "%1" %*
The c: seems to be important.

Deleting an association

C:\> assoc .pl=

Ommitting the extension

set PATHEXT=.pl;%PATHEXT%

Links