According to the help for XDIR,
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;
Read more
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