home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / r / read302.zip / BGCONFIG.DOC next >
Text File  |  1993-01-28  |  3KB  |  70 lines

  1. BGCONFIG.DOC
  2. 01/28/93
  3.  
  4. The BGCONFIG program is used to permanently switch the defaults for certain
  5. programs in BRUCEymm.ZIP.  Other programs would let you do this by setting an
  6. environmental parameter but I kept running out of environmental space so that
  7. was out.  Programs like LIST come with a clone function that let you change the
  8. program while you're in the program but, being written in QuickBASIC, my
  9. programs already took up so much memory that such an option was out too.  So
  10. along comes a single program that lets you change the defaults for several
  11. programs.
  12.  
  13. Note:  This program is still being developed so it make take awhile to have all
  14. of my programs support it.  The first program that supported it was BFIND.  The
  15. others are being added as time permits.  Say "ooh" when you see the menus pop
  16. up; they're something else that I'm working on.
  17.  
  18. Currently, BGCONFIG will let you set the following defaults in the following
  19. routines:
  20.  
  21.         BRUCEyym
  22.         Routine    Settable defaults          Values
  23.  
  24.         BFIND      Reverse match criteria     /V or /-V
  25.                    Show counts only           /C or /-C
  26.                    Number lines               /N or /-N
  27.                    Case insensitive           /I or /-I
  28.                    Pause output               /P or /-P
  29.                    Include headings           /HEAD or /-HEAD
  30.         CONVERT    Output format              /TO FIXED, /TO ASCII,
  31.                                               /TO WKS, or /TO DBF
  32.                    Action update bad data     /SKIP, /MISSING, or /ABORT
  33.                    Beep when done             /BEEP or /-BEEP
  34.         DIRTOTAL   Pick sort program          /SORT=SORTF, /SORT=QSORT,
  35.                                               /SORT=DOS, /SORT=INTERNAL
  36.                    Use MS-DOS 5.0 sorting     /DOS or /-DOS
  37.                    Beep when done             /BEEP or /-BEEP
  38.         FILL       Output destination         A: or B:
  39.                    Beep when done             /BEEP or /-BEEP
  40.                    Confirm each file          /PROMPT or /-PROMPT
  41.                    Wipe out existing files    /WIPE or /-WIPE
  42.         READ       Monochrome or color        /MONO or /-MONO
  43.  
  44.  
  45. Running the program:
  46.  
  47.     BGCONFIG [ routine ] [ /MONO | /-MONO | /COLOR | /-COLOR ] [ /? ]
  48.  
  49. where:
  50.  
  51. "routine" is the name of BRUCEymm routine to change.  ".EXE" is presumed.  You
  52. can fully specify the location and name of the program if you want but BGCONFIG
  53. will search for it if you don't.  If BGCONFIG is in the same subdirectory as the
  54. other program, it won't have any trouble finding it.  If you don't specify
  55. anything, you'll get a current list of all BGCONFIGable programs (including
  56. several that aren't available to you).
  57.  
  58. "/MONO" or "/-COLOR" sets the screens to monochrome.
  59.  
  60. "/-MONO" or "/COLOR" sets the screens to color and is typically the default.
  61.  
  62. "/?" or "/HELP" or "HELP" gives you syntactical help with the command.
  63.  
  64.  
  65. Program written by Bruce Guthrie.  Comments and suggestions can be sent to:
  66.  
  67.                 Bruce Guthrie
  68.                 113 Sheffield St.
  69.                 Silver Spring, MD 20910
  70.