home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / techs.zip / TECH10.ARC / READ.ME < prev   
Text File  |  1980-01-01  |  1KB  |  28 lines

  1. PROGRAM NAME: FIXHEAD.BAS
  2.  
  3. DESCRIPTION:  This BASIC program restores the record count of a
  4. dBASE II file header.
  5.  
  6. ISSUE: February, 1985
  7. PAGE:  D2-3
  8.  
  9. SOFTWARE VERSIONS:  dBASE II, any version
  10.             MicroSoft BASIC or PC-DOS BASICA
  11.  
  12. FUNCTION: This program will change an incorrect record count in a
  13. dBASE II file header.  An incorrect record count in a dBASE II
  14. file header can result from (1) turning off the computer before
  15. closing the file or QUITing dBASE, (2) Interrupting a PACK, SORT,
  16. APPEND, or COPY operation, or (3) Power supply surges while
  17. processing data.
  18.  
  19. FILES NEEDED:  FIXHEAD.BAS
  20.                Any dBASE II file with an incorrect record count.
  21.  
  22. SETUP INSTRUCTIONS:  Put this program on the disk with your dBASE
  23. file, or specify the appropriate drive when you are prompted for
  24. the filename.  Also, make sure you include the full filename,
  25. including the extension.  To run the program, from the DOS prompt
  26. type MBASIC FIXHEAD.TXT or BASICA FIXHEAD.TXT, depending on which
  27. version of BASIC you have.
  28.