Re: file extension association
"Robert" <Robert@discussions.microsoft.com> wrote in message
news:98D207BD-F920-4E50-B1D7-CA63E28832B0@microsoft.com...
> Is it possible to programatically (using VBS) to associate a file
> extension
> with a script or other program. I would also like to see what file
> extensions
> are already associated with which program.
type these two commands at a command prompt to see if they will do what you
want:
assoc /?
ftype /?
/Al
|