*- SIMPLE FORCE examples:

 This ZIP file contains a group of small FORCE examples.

  DBF.PRG      - example of using a database
  
  AT.PRG       - example of the AT() function and parsing a DOS command line
                   NOTE:  use RUN_AT.BAT for an example usage
  
  BIT.PRG      - example of BITTEST() with the FILL() command

  FPATH.PRG    - example of fixing a path and using string and dir functions.
                   NOTE:  uses CURDIR()
                               CURDRIVE()
                               TRIM()
                               RAT()
                 also uses recursion methods.


  ON_DATE.PRG  - using FIND_FIRST() and related functions to execute a
                 program only on a specific date.


  JCOUNT.PRG   - a larger example showing usage of FIND_FIRST() and command
                 line parsing.  This includes using wildcards and also the
                 F_OPEN() commands.

*- TO COMPILE

  use 'FORCE /ci /n <filename>' for the smallest .EXE

