Batch File to change File Associations

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm tiring to use the assoc command to change the file association of .tif's.
Here is the command that I'm using.

ASSOC .Tif=DocuImagExp.exe
FTYPE DocuImagExp.exe="%Programfiles%\DocuCabinet\DocuImagExp.exe" "%%1"

After I run the batch file and run assoc it shows up fine but under windows
explorer and tool folder options file types .tif is not associated to
anything. Thanks for anyone helps.


Peter
 
Click restore in File Associations. Users changing programs (rather than editing or adding entries) by choosing a program incl via Open With supercedes file associations to stop nasty programs changing user choices.
 
Back
Top