Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1868

Changing how XDIR opens .dbf files.

$
0
0
According to the help for XDIR,
If the selection is a file, XDIR will execute the default Windows "Open" action for that file type

Normally,
when I press Enter in XDIR on a file with the .dbf extension,
it launches Visual FoxPro 9.0,
which is what it should do.

For the majority of the time,
I want it to launch the simple DBF Plus Viewer instead.

So, I created the XDirDBF.btm file;
Code:
@setlocal
@echo off
REM Save the current file association
REM R:\>ftype...

Read more

Viewing all articles
Browse latest Browse all 1868

Trending Articles