===============================
        F-PROT for Windows

        F-CMDW utility

        Urmas Rahu
        Data Fellows Ltd.

        Document version: 1.02
        Last update: 02.02.1995
        
        Applies to: F-CMDW version 1.02
        ===============================



=======
General
=======

F-CMDW.EXE is a windows program that will execute commands that are
given to it in the command file.  The command file may be given to
F-CMDW.EXE on the command line, eg

        F-CMDW.EXE v:\f-protw\commands.txt

If no command file parameter is given, F-CMDW.EXE will use the file
CMD.TXT in its own directory.

All the commands have the format 

        keyword [parameter [parameter [...]]]
        
and each command must be on a separate line.

Empty lines and lines starting with ';' are ignored.

Currently, only the commands described below are supported, but 
additional commands will be added as needed.


========
Commands
========

about
-----
        Syntax:         about
        Description:    Displays a messagebox with version and 
                        copyright information.
        Versions:       1.01 and later


beep
----
        Syntax:         beep [n_times]
        Description:    Beeps <n_times> times, or once if no 
                        parameter given.
        Versions:       1.00 and later                        


dircopy
-------
        Syntax:         dircopy src dest template [-s] [-d] [-p] [-e]
        Description:    Copies all files that match the <template>
                        from <src> directory to <dest> directory.
                        <template> is a filename specification with
                        wildcards (eg "*.*", "*.txt").         
        Switches:       -s      : recurse subdirectories
                        -d      : overwrite older files only
                        -p      : show progress window
                        -e      : show error messages
        Versions:       1.01 and later                        


remove 
------
        Syntax:         remove filespec                
        Description:    Deletes <filespec>.
        Versions:       1.00 and later


rename
------
        Syntax:         rename oldname newname
        Description     Renames a file <oldname> to <newname>.  No wildcards
                        are allowed; directories in <oldname> and <newname>
                        need not be the same, but both have to be on the
                        same drive.
        Versions:       1.02 and later