The following DOS commands will do what you wish:
ftype MSPaper.Document="C:\Program Files\Common Files\Microsoft Shared\MODI\11.0\MSPVIEW.EXE" "%1"
assoc .tif=MSPaper.Document
ftype MSPaper.Document="C:\Program Files\Common Files\Microsoft Shared\MODI\11.0\MSPVIEW.EXE" "%1"
assoc .tiff=MSPaper.Document
In my example I am associating .tiff files with Microsoft Office Document Imaging. You could update these to reflect your needs, and deploy via various scripting methods.


LinkBack URL
About LinkBacks
Reply With Quote