DOS-EZ, is a software package to let PC users use their PC easier. It contains
of the following utilities :

Three pattern searching utilities, XFIND, FGREP, and GREP let you find the
needle in the hay stack faster and easier. File name may contain wildcard "*"
and "?".  Every utility can search files and files in all sub-directories.
Files may be text and/or binary files.
XFIND : Search files for a keyword which may contain wildcard "*" and "?" .
        Using Kunth-Morris-Pratt non-backtracking pattern searching algorithm.
FGREP : Search files for mutilple keywords.
        Using Aho-Corasick non-backtracking pattern searching algorithm.
GREP  : A superset of grep, fgrep, egrep. Support OR "|" operator and all
        regular expression operators.

Three handy utilities to show files' information.
FINDF : Find one or more than one files in the specific disk.
XDIR  : XDIR provide more functions than "DIR *.* | SORT". XDIR can search files
        before/after/within certain dates. XDIR also sorts the output before
        display on the user's screen.
DTREE : Display the tree structure of specific pathnames or disks.

Five handy file/directory manipulation utilities.
XDEL  : Delete all files and files in sub-directories. In addition, XDEL
        try to remove all sub-directories if it is possible.
RNDIR : Rename directory name.
MVFILES: Move files from one directory to another directory. Wilcard and "?"
         can be used in files' name which MS-DOS lacks of.
FDATE : Change the date and time of specific files.
SWAPF : Swap file or sub-directory without using "copy" and "delete".

Two security utilities to secure your privacy.
CRYPT : A DES algorithm to encrypt/decrypt your files.
WIPEOUT: Write zero to your files and delete them. After WIPEOUT, no one can
         ever recover those files.

Four handy utilities makes your life in the MS-DOS easier.
NOW   : Display current date and time without commands "date" and "time".
SOUND : Make the speaker in your PC sing or beep.
VIEW  : A full screen browsing program to view a specific file.
        No more "TYPE READ.ME | MORE".  VIEW can be considered a read-only
        editor. VIEW can read data from pipe.
VATTR : Reset foreground and background color on your screen.

By paying $25 registration fee you will receive a hard copy user manual and all
source programs. All utilities listed above are written in 'C' language which
can be compiled by Microsoft C, Quick C, or Turbo C.


NOTE :

** Use "PRINT DOSEZ.DOC" to obtain the DOS-EZ user manual.

** Your floppy should contain the following files :

    READ.ME         - This file
    DOSEZ.DOC       - DOS-EZ user manual
    REGISTER.FOM    - Registeration form

    All utilities in DOS-EZ V1.0
    CRYPT.EXE       
    DTREE.EXE
    FDATE.EXE
    FGREP.EXE
    FINDF.EXE
    GREP.EXE
    MVFILES.EXE
    NOW.EXE
    RNDIR.EXE
    SOUND.EXE
    SWAPF.EXE
    VATTR.EXE
    VIEW.EXE
    WIPEOUT.EXE
    XDEL.EXE
    XDIR.EXE
    XFIND.EXE

