Cadzow Knowledgebase

Normal view

Adobe Acrobat Opens Cashflow Manager Files

If you have Cashflow Manager 7 and Adobe Acrobat on the same system, the installation of Acrobat or application of an Acrobat update may cause the file association for .CF7 files to be assigned to Acrobat. Thus when you double-click a Cashflow Manager file, Acrobat opens instead.

This may be corrected with the following script:

@echo off

assoc .cf7=Cashflow

ftype Cashflow=C:\Program Files\CFM\Cashflow7\Bin\CFM7.exe "%%1"

set RANDOMFILE=%TEMP%\REGFIX-%RANDOM%.TMP

echo HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts [1 5 7 17] > "%RANDOMFILE%"
echo HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.cf7\UserChoice [1 5 7 17] >> "%RANDOMFILE%"

regini "%RANDOMFILE%"

del "%RANDOMFILE%"

set RANDOMFILE=

reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.cf7 /f

On Windows Vista and above, open an elevated command-prompt and run the script.



Copyright © 1996-2023 Cadzow TECH Pty. Ltd. All rights reserved.
Information and prices contained in this website may change without notice. Terms of use.

Question/comment about this page? Please email webguru@cadzow.com.au