Tech Support > Microsoft Windows > Batch File to change File Associations
Batch File to change File Associations
Posted by Peter Sturm on April 6th, 2006


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\DocuIm agExp.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

Posted by David Candy on April 7th, 2006


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.

--
--------------------------------------------------------------------------------------------------
How to lose a war in Iraq
http://webdiary.com.au/cms/?q=node/1335#comment-48641
=================================================
"Peter Sturm" <PeterSturm@discussions.microsoft.com> wrote in message news:C820B16A-4D0A-4A91-8DAD-B0428778A6A6@microsoft.com...


Similar Posts