Dec 222017
 
Db iii directory manager.
File DBDISK.ZIP from The Programmer’s Corner in
Category Dbase Source Code
Db iii directory manager.
File Name File Size Zip Size Zip Type
DBDIR.COM 8560 5503 deflated
DBDIR.DOC 2803 1071 deflated
DIREXIST.ASM 1797 828 deflated
DIREXIST.BIN 27 27 stored
DISKSPAC.ASM 4301 1562 deflated
DISKSPAC.BIN 111 111 stored
FSIZE.ASM 6618 2279 deflated
FSIZE.BIN 194 145 deflated
GETDRIVE.ASM 1082 552 deflated
GETDRIVE.BIN 16 16 stored
PWD.ASM 1540 756 deflated
PWD.BIN 17 17 stored

Download File DBDISK.ZIP Here

Contents of the DBDIR.DOC file


+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+

* Program..: DBDIR.com Version 3
* Author...: Vernon E. Davis
* Date.....: 12/21/86
* Notes....: a utility for DOS to display
* database file information like dBASE.
*
* Compiled with Lattice C v3.10
*
* References:
* Advanced Programmers Guide(dBASE) - Ashton-Tate
* C Language User's Guide - Weber Systems
* Programmer's Guide to the IBM PC - Peter Norton
*
* dBASE is a registered trademark of Ashton-Tate

+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+

* Revision History
* ~~~~~~~~~~~~~~~~
* V Date Description
* ~ ~~~~~~~~ ~~~~~~~~~~~
* 1 12/15/86 Preliminary release
* 2 12/21/86 Corrected pointer problem ( *buffer was not reinitialized )
* 3 03/03/87 Added III,III+ distinction; corrected problem in II
* ( *buffer was not reinitialized )
*
+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+

Written by Vernon E. Davis CompuServe:71330,2705
Source:BEQ304
Delphi:VED
Placed in the public domain.

DBDIR is a .COM program to display database files in the current directory.
It simulates the dBASEIII DIR command displaying not only the filename,
but # Records, Last Update, Size, Memo(Y/N), Record Length, Number of Fields
and Version. It will also display dBASEII information.

By typing DBDIR at the DOS prompt, the display will look similar to this:

C>DBDIR
Database Files # Records Last Update Size Memo RecLen # Flds Ver.
STOCK.DBF 107 12/15/86 62903 No 572 52 III+
CUSTOMER.DBF 3 12/15/86 2166 No 444 25 III
VENDOR.DBF 101 12/15/86 7063 No 68 5 III
HISTFILE.DBF 0 12/15/86 930 N/A 244 28 II
DATEFILE.DBF 0 12/15/86 930 No 244 28 III+

73992 bytes in 5 files.
1911296 bytes remaining on drive.
------------------------------------------------------------------------------
By typing DBDIR *.COM, the display will look like this:

C>DBDIR *.COM
ASSIGN.COM BASICA.COM CHKDSK.COM COMP.COM
DEBUG.COM DISKCOMP.COM DISKCOPY.COM GRAFTABL.COM
GRAPHICS.COM JET.COM LABEL.COM MEMTEST.COM
MODE.COM MORE.COM PRINT.COM SYS.COM
TREE.COM TREETIME.COM
103714 bytes in 18 files.
16355328 bytes remaining on drive.


 December 22, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)