home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / mis_util / xbase / xbase.doc < prev    next >
Encoding:
Text File  |  1991-12-23  |  4.9 KB  |  98 lines

  1.                                                            Page  1
  2.  
  3.          Xbase Utilities by Alan C. Longstreet.
  4.          1185 Narragansette Blvd  Apt # 202
  5.          Cranston, RI  02905   - (401)941-9246
  6.  
  7.    These programs are a series of utilities that I wrote for my own needs.  
  8. They are either written in an Xbase dialect or operate on Xbase data files.  
  9. They are NOT Freeware.  These utilities are copyrighted.  You may use them 
  10. with-out registering for 30 days to evaluate them.  If you find them of use 
  11. (I will be blunt) please send me money, $10.00 would be nice more would be 
  12. better.  If I get some money I will continue to write more utilities and 
  13. make them available to all.  Any one who registers with $10.00 or more will
  14. automatically recieve the next set of utilities FREE!  For $25.00 or more
  15. I will include the Source Code.
  16.  
  17.    All are written in either Force, or Microsoft 'C' 5.1 and CodeBase.  I am 
  18. now working with CodeBase++ and Borland C++, I am also working on Windows 3.0 
  19. versions of all of these utilities.  All of the Utilities written in 'C' used 
  20. the -G2 switch - 80286 instruction set, these may not work on a computer with 
  21. less than an 80286 processor.  For anyone who is still working with an 8088 
  22. or an 8086 (like an IBM PS/2 model 25 or 30 ) - Sorry - I do reccomend you
  23. upgrade ( If you have a PS/2 I highly reccomend you get yourself something 
  24. IBM PC-AT compatible - the IBM PS/2 Line IS NOT fully compatible with the
  25. IBM PC-AT.  Sounds odd but it is true.
  26.  
  27.    Name            Description:      * Indicates 'C' language.
  28.  =========================================================================
  29.    ATDT.EXE        Allows the user to dial the modem from the DOS prompt.
  30.  
  31. *  DBSTAT.EXE      Shows information from the header record of a .DBF file
  32.                    Including:   Memo or No Memo 
  33.                                 Number of Fields
  34.                                 Record width
  35.                                 Number of Records
  36.                                 Size of Header
  37.                                 Date last Updated
  38.                          and    Record Structure
  39.  
  40.    DBF.EXE         Lists all files with .DBF extension to standard output 
  41.                    (can be redirected), offers a /p switch to pause the 
  42.                    display after 23 lines.  Displays: File Name, No. Records, 
  43.                    File Size, and Date of last update.  Indicates when a 
  44.                    Memo files is associated with the .DBF (dbase, clipper, 
  45.                    force  and FoxBase/FoxPro).  Also shows dBase II files.
  46.  
  47.    DD.EXE          Set an environment variable: SET DATADIR= to your data 
  48.                    directory (specify drive if you have more than one hard 
  49.                    drive)  DD.EXE will change directory to your data directory.
  50.  
  51.    OD.EXE          As above:  SET OLDDIR=
  52.  
  53.    WD.EXE          As above:  SET WORKDIR=
  54.                    With these you can move to any of three directories
  55.                    on your hard disk Verry Quickly!
  56.  
  57. *  DIALDBF.EXE     Allows you to search ANY Xbase file on one field and dial the 
  58.                    modem from another field with a phone number in it.  
  59.                    Assumes: Hayes command set and that the phone field  
  60.                    requires no changes other than Trim().               
  61.  
  62. *  DIALDBFP.EXE    As above: For Pulse Systems.
  63.  
  64.                                                            Page  2
  65.  
  66.          Xbase Utilities by Alan C. Longstreet.    (Cont.)
  67.          =================================================
  68.  
  69.    SETCAL.EXE      Allows entry of a Date and a message.  Use with GETCAL
  70.                    to display a daily ToDo list.
  71.  
  72.    GETCAL.EXE      Displays and calendar entries with the current date.
  73.                    Use in Autoexec.bat to display a daily ToDo list.
  74.                    Both SETCAL and GETCAL use an environment variable to
  75.                    locate the data file.  SET CAL=.
  76.                    You can edit the calendar file with ANY ASCII Text 
  77.                    editor or a Word Processor in NON DOCUMENT Mode.
  78.  
  79.    KTIMER.EXE      Kitchen Minute/Second Timer - up to 71.58 minutes or
  80.                    up to 4295 seconds ( about 72 minutes ).
  81.                    You can specify Minutes to 1/10,000th minute OR
  82.                    Seconds to 1/10,000th second.
  83.  
  84. *  LISTDBF.EXE     List the records of any Xbase data file to standard
  85.                    out.  Options include a FIELD clause and a FOR clause.
  86.  
  87.    LISTSTR.EXE     Displays the Structure of an Xbase data file to standard 
  88.                    output.
  89.  
  90.    NB.EXE          No screen Burn utility.  Use at DOS prompt when you need 
  91.                    to save a screen but have to leave the computer for a half 
  92.                    hour or more.
  93.  
  94.    ZAP.EXE         Delete ALL records in any Xbase file.  NOT RECOVERABLE.
  95.                    Identical to the ZAP at the dBase DOT prompt.
  96.  
  97.  
  98.