home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / USCX / PROINDEX.ZIP / PROTEST.TXT < prev    next >
Text File  |  1987-01-01  |  30KB  |  793 lines

  1.  
  2.  
  3.  
  4.                            The Date Utilities
  5.  
  6.  
  7.      DCOPY
  8.      Command
  9.      ________________________________________________________________
  10.  
  11.      Purpose:  Copy one or more files to the specified disk drive and 
  12.                path based on a comparison of the file date with a 
  13.                passed date.
  14.  
  15.      Format:   DCOPY filename destination [date] [time] [-options]
  16.  
  17.                Where: everything between the two braces "[" and "]"
  18.                       is optional and,
  19.  
  20.                filename    - is any valid file name with optional 
  21.                              drive and path.  The wildcards "*" and 
  22.                              "?" may be used in the filename.
  23.                destination - is any valid drive and path
  24.                date        - is a valid date of the form MM/DD/YY
  25.                time        - is a valid time of the form HH:MM:SS
  26.                options     - always start with the "-" character and 
  27.                              include: a = archive, b = before, l = 
  28.                              later, o = on, p = prompt.
  29.  
  30.      Remarks:  This command functions in basically the same manner as 
  31.                the MS-DOS COPY command.  However, DCOPY lets you copy 
  32.                files based on the file's creation date / update time 
  33.                stamp.  There are three major differences between DCOPY 
  34.                and the MS-DOS command COPY.  First, files are copied 
  35.                to the specified drive and path ONLY if each file date 
  36.                and time matches the optional condition(s) specified. 
  37.                Second, files can NOT be renamed as they are copied.  
  38.                Third, DCOPY will pause when your destination floppy, 
  39.                (A: or B:), becomes full.  You can then change 
  40.                floppies, format a new floppy, or quit.
  41.  
  42.                DCOPY copies a file or group of files based on the file 
  43.                dates.  Full wild card support is included for the file 
  44.                name.  The global characters "?" and "*" can be used in 
  45.                in the file name and extension parameters.  These 
  46.                global characters work in exactly the same way as they 
  47.                do with a COPY command.
  48.  
  49.                If you don't remember how to use DCOPY you can always 
  50.                type DCOPY{cr}, where {cr} signifies the return key.  
  51.                DCOPY will then print a help screen that tells you how 
  52.                to run the program.
  53.  
  54.                DCOPY offers five different options.  Options may be 
  55.                grouped together in any combination.  An option or 
  56.                group of options must always be preceded by the "-" 
  57.                character.  Three of these options, (b, l, o), modify 
  58.                the way the specified date effects a copy.  The "-b" 
  59.                option tells DCOPY to copy files created BEFORE the 
  60.                specified date.  The "-o" option copies files created 
  61.  
  62.  
  63.                                      1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                            The Date Utilities
  71.  
  72.  
  73.                ON the specified date.  The "-l" option copies files 
  74.                created LATER than, (after), the specified date.  The 
  75.                remaining two options control special features.  The 
  76.                "-a" option tells DCOPY to copy only those files that 
  77.                have not previously been archived.  If you use this 
  78.                option DCOPY will only copy files that have not 
  79.                previously been backed up.  The last option is "-p".  
  80.                This option causes DCOPY to pause and prompt you with 
  81.                the name of the file being copied.  YOU decide whether 
  82.                or not to copy the file by responding with "Y" or "N".
  83.  
  84.                To use DCOPY you MUST specify a file name or pattern, 
  85.                and a destination drive at a minimum.  If no date and 
  86.                time is included in the command, DCOPY assumes you want 
  87.                to copy files created or updated on the current day.  
  88.                Thus:
  89.  
  90.                dcopy *.* a:
  91.  
  92.                copies all files created or updated after 12:00 AM on 
  93.                the current day.  This assumes the time and date set in 
  94.                your IBM PC, XT, or AT is correct.
  95.  
  96.                Making a copy of files based on a different time and 
  97.                date is just as easy.  To do this DCOPY needs to know 
  98.                the date, (and optionally a time), and whether to copy 
  99.                files created: before, on, or after this date.  Copy 
  100.                control is based on options.  Note that if no TIME is 
  101.                specified the time is assumed to be 0:00, the previous 
  102.                day's midnight.
  103.  
  104.                dcopy *.obj b: 12/12/84 -ol
  105.  
  106.                copies all files from the default drive with the 
  107.                extension ".obj" that were created or last updated ON 
  108.                or LATER than 12 AM on 12/12/84 to the B: drive.  The 
  109.                files copied to drive B: will have the same name and 
  110.                time stamp as they had on the default drive.
  111.  
  112.                dcopy b:work.* a: 1/2/85 15:00:00 -b
  113.  
  114.                copies all files from the B: drive that have the file 
  115.                name "work" and any extension, to the A: drive PROVIDED 
  116.                that the file was last created or updated before 3:00 
  117.                PM on 1/2/85.
  118.  
  119.                dcopy c:\work\*.c d:\help 2/20/86 -o
  120.  
  121.                copies all files with the extension ".c" from the path 
  122.                c:\work to the path d:\help provided each file was last 
  123.                updated only on the day of 2/20/86.
  124.  
  125.                dcopy *.* b: 1/1/86 -olp
  126.  
  127.  
  128.  
  129.                                      2
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.                            The Date Utilities
  137.  
  138.  
  139.                copies all files to drive B: provided they were created 
  140.                on or later than 1/1/86.  The user will be prompted 
  141.                before each file is copied with:
  142.  
  143.                Copy filename to b:filename (Y/N)?
  144.  
  145.                You must enter either a "Y" or "N" followed by a 
  146.                carriage return.  Entering a "Y" tells DCOPY to proceed 
  147.                with the transfer of the file.  Entering anything else 
  148.                will cause DCOPY to skip that one file.
  149.  
  150.                DCOPY also provides full archive file control with the 
  151.                "-a" option.  Each file has a status bit that can be 
  152.                used to indicate whether it has been backed up.  If you 
  153.                use the "-a" option DCOPY will only copy those files 
  154.                not marked as having been previously backed up.  DCOPY 
  155.                will also mark the original file to indicate it has 
  156.                been backed up.
  157.  
  158.      Copying   DCOPY has one other major feature that has not been 
  159.      Files     mentioned yet.  When you use DCOPY to copy to a 
  160.      to        removable media, a floppy disk for example, DCOPY will 
  161.      Floppy    pause when that disk becomes full.  At this point you 
  162.      Disk      can quit the copying process, insert a new formatted 
  163.                disk and continue, or format a new disk and then 
  164.                continue.  DCOPY will prompt you with a message 
  165.                explaining what is going on when the disk becomes full.  
  166.                For example:
  167.  
  168.                We've run out of disk space on drive B:
  169.                Put a new formatted disk in that drive and hit "C" to 
  170.                continue, OR hit "F" to format a new disk, OR hit "Q" 
  171.                to quit DCOPY now.
  172.  
  173.      Notes:    DCOPY can handle directories of any length.  However, 
  174.                the larger your disk directory the longer it will take 
  175.                DCOPY to process it.  If you have a directory with 600 
  176.                files in it it should take DCOPY about 6 seconds to 
  177.                read through the entire directory on an IBM AT, or 12 
  178.                seconds on a PC.  If it takes longer than this you 
  179.                should change your config.sys file to increase then 
  180.                number of buffers to BUFFERS=8.
  181.  
  182.                DCOPY first looks for a file match to your pattern and 
  183.                date.  If one is found it is copied as soon as it is 
  184.                seen.  The program then goes on to find the next match.  
  185.                If you use a wildcard like *.* and have very few dates 
  186.                that match it may seem like DCOPY is doing an excessive 
  187.                amount of disk access.  This is not the case.  DCOPY is 
  188.                simply finding each matching pattern and then checking 
  189.                the file date.  This does take a little time.
  190.  
  191.  
  192.  
  193.  
  194.  
  195.                                      3
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.                            The Date Utilities
  203.  
  204.  
  205.      DERASE
  206.      Command
  207.      ________________________________________________________________
  208.  
  209.      Purpose:  Erase one or more files from the specified disk and 
  210.                path based on a comparison of the file date with a 
  211.                passed date.
  212.  
  213.      Format:   DERASE filename [date] [time] [-options]
  214.  
  215.                Where: everything between the two braces "[" and "]"
  216.                       is optional and,
  217.  
  218.                filename    - is any valid file name with optional 
  219.                              drive and path.  The wildcards "*" and 
  220.                              "?" may be used in the filename.
  221.                date        - is a valid date of the form MM/DD/YY
  222.                time        - is a valid time of the form HH:MM:SS
  223.                options     - always  start with the "-" character  and 
  224.                              include: b = before, l = later, o = on, 
  225.                              p = prompt.
  226.  
  227.      Remarks:  This command functions in basically the same manner as 
  228.                the MS-DOS ERASE command.  DERASE, however, offers two 
  229.                major differences or improvements over the standard 
  230.                ERASE command.  First, file erasure is based on a 
  231.                specified date.  Files can be erased that were created 
  232.                before, on, or after a specified date.  (Any combina-
  233.                tion of these options is legal.)  Second, a prompt 
  234.                first option lets you select individual files for 
  235.                erasure.
  236.  
  237.                DERASE deletes a file or group of files based on the 
  238.                file dates.  Full wild card support is included for the 
  239.                file name.  The global characters "?" and "*" can be 
  240.                used in in the file name and extension parameters.  
  241.                These global characters work in exactly the same way as 
  242.                they do with the ERASE command.
  243.  
  244.                If you don't remember how to use DERASE you can always 
  245.                type DERASE{cr}, where {cr} signifies the return key.  
  246.                DERASE will then print a help screen that tells you how 
  247.                to run the program.
  248.  
  249.                DERASE has four different options.  Options may be 
  250.                grouped together in any combination.  An option or 
  251.                group of options must always be preceded by the "-" 
  252.                character.  Three of these options, (b, l, o), modify 
  253.                the way the specified date effects file deletion.  The 
  254.                "-b" option tells DERASE to delete files created BEFORE 
  255.                the specified date.  The "-o" option deletes files 
  256.                created ON the specified date.  The "-l" option deletes 
  257.                files created LATER than, (after), the specified date.  
  258.                The last option is "-p".  This option causes DERASE to 
  259.  
  260.  
  261.                                      4
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.                            The Date Utilities
  269.  
  270.  
  271.                pause and prompt you with the name of the file to be 
  272.                deleted.  YOU decide whether or not to delete the file 
  273.                by typing a "Y" or "N".
  274.  
  275.                To use DERASE you MUST specify a file name or pattern 
  276.                at a minimum.  If no date and time is included in the 
  277.                command, DERASE assumes you want to delete files 
  278.                created or updated on the current day.  Thus:
  279.  
  280.                derase *.bak
  281.  
  282.                deletes all files with the extension .bak created or 
  283.                updated after 12:00 AM on the current day.  This 
  284.                assumes the time and date set in your IBM PC, XT, or AT 
  285.                is correct.
  286.  
  287.                Deleting files based on a different time and date is 
  288.                just as easy.  To do this DERASE needs to know the 
  289.                date, (and optionally a time), and whether to erase the 
  290.                files created: before, on, or later than this date.  
  291.                Deletion control is based on options.  Note that if no 
  292.                TIME is specified the time is assumed to be 0:00, the 
  293.                previous days midnight.
  294.  
  295.                derase *.obj 12/12/84 -ol
  296.  
  297.                deletes all files from the default drive with the 
  298.                extension ".obj" that were created or last updated ON 
  299.                or LATER than 12 AM on 12/12/84.
  300.  
  301.                derase b:work.* 1/2/85 15:00:00 -b
  302.  
  303.                deletes all files from the B: drive that have the file 
  304.                name "work" and any extension, PROVIDED that the file 
  305.                was last created or updated before 3:00 PM on 1/2/85.
  306.  
  307.                derase c:\work\*.c 2/20/86 -o
  308.  
  309.                deletes all files with the extension ".c" from the path 
  310.                c:\work provided each file was last updated only on the 
  311.                day of 2/20/86.
  312.  
  313.                derase *.* 1/1/86 -olp
  314.  
  315.                deletes all files provided they were created on or 
  316.                later than 1/1/86.  The user will be prompted before 
  317.                each file is erased with:
  318.  
  319.                Erase filename (Y/N)?
  320.  
  321.                You must enter either a "Y" or "N" followed by a car-
  322.                riage return.  Entering a "Y" tells DERASE to erase 
  323.                that file.  Entering anything else will cause DERASE to 
  324.                leave that file alone.
  325.  
  326.  
  327.                                      5
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.                            The Date Utilities
  335.  
  336.  
  337.      CDATE
  338.      Command
  339.      ________________________________________________________________
  340.  
  341.      Purpose:  Change the date of one or more files that fit the 
  342.                filename pattern passed.
  343.  
  344.      Format:   CDATE filename [date] [time] [-options]
  345.  
  346.                Where: everything between the two braces "[" and "]"
  347.                       is optional and,
  348.  
  349.                filename    - is any valid file name with optional 
  350.                              drive and path.  The wildcards "*" and 
  351.                              "?" may be used in the filename.
  352.                date        - is a valid date of the form MM/DD/YY
  353.                time        - is a valid time of the form HH:MM:SS
  354.                options     - starts with the "-" character and 
  355.                              includes: p = prompt before changing.
  356.  
  357.      Remarks:  This command has no MS-DOS counterpart.  CDATE changes 
  358.                the date of a file or group of files to a date passed 
  359.                in the command.  Full wild card support is provided for 
  360.                the file name.  The global characters "?" and "*" can 
  361.                be used in in the file name and extension parameters.  
  362.                These global characters work in exactly the same way as 
  363.                they do with all other MS-DOS commands.
  364.  
  365.                If you don't remember how to use CDATE you can always 
  366.                type CDATE{cr}, where {cr} signifies the return key.  
  367.                CDATE will then print a help screen that tells you how 
  368.                to run the program.
  369.  
  370.                CDATE has only a single option.  Adding the "-p" option 
  371.                to the command causes CDATE to pause and prompt you 
  372.                with the name of the file whose date is to be changed.  
  373.                YOU decide whether or not to change the file date by 
  374.                typing a "Y" or "N".
  375.  
  376.                To use CDATE you MUST specify a file name or pattern at 
  377.                a minimum.  If no date and time is included in the 
  378.                command, CDATE assumes you want to change the file date 
  379.                and time to the current system date and time.  Thus:
  380.  
  381.                cdate *.bak
  382.  
  383.                changes the date of all files with the extension .bak 
  384.                to the current system time and date.  Hopefully the 
  385.                time and date set in your IBM PC, XT, or AT is correct.
  386.  
  387.                Changing a file's date and time stamp to a specified 
  388.                date and time is just as easy.  To do this CDATE needs 
  389.                a date, (and optionally a time).
  390.  
  391.  
  392.  
  393.                                      6
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.                            The Date Utilities
  401.  
  402.  
  403.                cdate *.obj 12/12/84
  404.  
  405.                changes the date of all files on the default drive with 
  406.                the extension ".obj" to 12/12/84 00:00:00.
  407.  
  408.                cdate c:\work\*.c 2/20/86 15:00:00
  409.  
  410.                changes the date of all files from the path C:\work 
  411.                that have the extension ".c" to 1/2/85, 3:00 PM.
  412.  
  413.                cdate *.* 1/1/86 -p
  414.  
  415.                changes the date of all files on the default drive to 
  416.                1/1/86.  The user will be prompted before each file 
  417.                date is changed with:
  418.  
  419.                Change the date of filename (Y/N)?
  420.  
  421.                You must enter either a "Y" or "N" followed by a car-
  422.                riage return.  Entering a "Y" tells CDATE to change the 
  423.                date of that file.  Entering anything else will direct 
  424.                CDATE to leave that file alone.
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.                                      7
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.                            The Date Utilities
  467.  
  468.  
  469.      DDIR
  470.      Command
  471.      ________________________________________________________________
  472.  
  473.      Purpose:  List the directory of the specified disk and path.  
  474.                Directory is limited by date and may be sorted in one 
  475.                of several different ways. 
  476.  
  477.      Format:   DDIR filename [date] [time] [-options]
  478.  
  479.                Where: everything between the two braces "[" and "]"
  480.                       is optional and,
  481.  
  482.                filename    - is any valid file name with optional 
  483.                              drive and path.  The wildcards "*" and 
  484.                              "?" may be used in the filename.
  485.                date        - is a valid date of the form MM/DD/YY
  486.                time        - is a valid time of the form HH:MM:SS
  487.                options     - always start with the "-" character and 
  488.                              include: b = before, l = later, o = on,  
  489.                              p = prompt.  Directory is normally sorted 
  490.                              alphabetically by name but may be sorted 
  491.                              by: d = date, e = extension, n = no sort, 
  492.                              s = file size.
  493.  
  494.      Remarks:  This command functions in basically the same manner as 
  495.                the MS-DOS DIR command.  However, DDIR differs in 
  496.                several important ways.  First, DDIR will automatically 
  497.                sort your directory alphabetically.  You can optional 
  498.                change the sorting preference to sort by: extension, 
  499.                date, or file size.  (You can also disable all 
  500.                sorting.)  Second, DDIR displays directory entries 
  501.                limited by a passed file date.
  502.  
  503.                DDIR displays directory entries based on the file dates 
  504.                plus other constraints.  Full wild card support is 
  505.                included for the file name.  The global characters "?" 
  506.                and "*" can be used in in the file name and extension 
  507.                parameters.  These global characters work in exactly 
  508.                the same way as they do with a DIR command.
  509.  
  510.                If you don't remember how to use DDIR you can always 
  511.                type DDIR{cr}, where {cr} signifies the return key.  
  512.                DDIR will then print a help screen that tells you how 
  513.                to run the program.
  514.  
  515.                DDIR offers seven different options.  All options, 
  516.                except sorting order control, may be grouped together 
  517.                in any combination.  An option or group of options must 
  518.                always be preceded by the "-" character.  Three of 
  519.                these options, (b, l, o), modify the way the specified 
  520.                date effects a directory.  The "-b" option tells DDIR 
  521.                to display only files created BEFORE the specified 
  522.                date.  The "-o" option displays files created ON the 
  523.  
  524.  
  525.                                      8
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.                            The Date Utilities
  533.  
  534.  
  535.                specified date.  The "-l" option displays files created 
  536.                later than, (after), the specified date.  The remaining 
  537.                four options control the order that the directories are 
  538.                sorted.  Directories are normally sorted alphabetically 
  539.                by file name.  The d, e, n, & s options change the 
  540.                order that a directory will be sorted in.  The "-d" 
  541.                option sorts a directory based on the file dates.  The 
  542.                "-e" option sorts the directory alphabetically based on 
  543.                file extension.  The "-n" option disables sorting of 
  544.                the directory.  Finally, the "-s" option sorts a 
  545.                directory based on file size.
  546.  
  547.                To use DDIR you MUST specify a file name or pattern at 
  548.                a minimum.  If no date and time is included in the 
  549.                command, DDIR assumes you want the directory of all 
  550.                files created or updated on the current day.  Thus:
  551.  
  552.                ddir *.*
  553.  
  554.                displays the directory of all files created or updated 
  555.                after 12:00 AM on the current day.  This assumes the 
  556.                time and date set in your IBM PC, XT, or AT is correct.
  557.  
  558.                Displaying directories of files created on a different 
  559.                time and date is just as easy.  To do this DDIR needs 
  560.                to know the date, (and optionally a time), and whether 
  561.                to display files created: before, on, or later than this 
  562.                date.  Note that if no TIME is specified the time is 
  563.                assumed to be 0:00, the previous days midnight.
  564.  
  565.                ddir *.obj 12/12/84 -ol
  566.  
  567.                displays the directory of all files on the default 
  568.                drive with the extension ".obj" that were created or 
  569.                last updated ON or LATER than 12 AM on 12/12/84.  The 
  570.                files will be displayed in alphabetical order.
  571.  
  572.                ddir b:work.* 1/2/85 15:00:00 -bd
  573.  
  574.                displays the directory of all files from the B: drive 
  575.                that have the file name "work" and any extension, 
  576.                PROVIDED that the file was last created or updated 
  577.                before 3:00 PM on 1/2/85.  The files will be sorted 
  578.                in ascending order based on file date, (oldest first).
  579.  
  580.                ddir c:\work\*.c 2/20/86 -oe
  581.  
  582.                displays the directory of all files with the extension 
  583.                ".c" from the path c:\work provided each file was last 
  584.                updated on the day of 2/20/86. The directory will be 
  585.                sorted alphabetically based on file extension.
  586.  
  587.                ddir *.* 1/1/86 -ln
  588.  
  589.  
  590.  
  591.                                      9
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.                            The Date Utilities
  599.  
  600.  
  601.                displays the directory of all files provided they were 
  602.                created later than 1/1/86.  No sorting of the directory 
  603.                will take place.
  604.  
  605.                ddir *.* 1/1/86 -ls
  606.  
  607.                displays the directory of all files provided they were 
  608.                created later than 1/1/86.  Files will be sorted based 
  609.                on file size.
  610.  
  611.      Notes:    DDIR can only handle directories that have 2048 or less 
  612.                entries.  The larger your disk directory the longer it 
  613.                will take DDIR to process it.  Finding and sorting 
  614.                files takes time.  If it takes to long to sort your 
  615.                large directories try changing your config.sys file to 
  616.                increase then number of buffers to BUFFERS=8.
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.                                     10
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.                            The Date Utilities
  665.  
  666.  
  667.                             DISTRIBUTION NOTICE 
  668.  
  669.      This package of utilities is protected by United States Copyright 
  670.      law and by International Treaty provisions.   You may distribute, 
  671.      or  share  the  "demo"  version of these  utilities  with  anyone 
  672.      provided the following conditions are met:
  673.  
  674.      A "demo" version of the DATE UTILITIES is being distributed at no 
  675.      charge  to  all  who  are interested in  it.   To  those  of  you 
  676.      unfamiliar  with  this  approach,  it  works  like  this.   These 
  677.      utilities are distributed to various BBS systems and user groups.  
  678.      You may copy the program and use it for no charge.   Gary Elfring 
  679.      does not handle the actual distribution of this program.
  680.  
  681.      The  BBS version of this program has been INTENTIONALLY  limited.  
  682.      It will only work until 9/1/86 and will not format disks for you.
  683.  
  684.      This limitation is imposed because very few people pay for  these 
  685.      programs otherwise.  If you regularly pay for programs like this, 
  686.      sorry for the inconvenience.  NOTE: that even though this version 
  687.      is time limited it is fully functional.  Try the BBS version out.  
  688.      If the product does not meet your needs, you pay nothing.  If the 
  689.      product  does meet your needs,  and you can use it,  then send us 
  690.      the  introductory price of $30.00 U.S.   This price is only  good 
  691.      through 9/1/86 and may be withdrawn at any time.
  692.  
  693.      I  will  then  supply  you with the  real  version  of  the  DATE 
  694.      UTILITIES, (none are time limited or copy protected), along with 
  695.      quality documentation for that version.  I accept check, money 
  696.      order, Master Card, VISA, or good old fashioned cash.  These 
  697.      utilities include:
  698.  
  699.           DCOPY     - Copy files based on wildcard and date
  700.           DERASE    - Erase files based on wildcard and date
  701.           DDIR      - Display files based on wildcard and date
  702.           CDATE     - Change a files time and date stamp
  703.  
  704.      Send check or money order to:      Gary Elfring
  705.                                         4N899 West Mary Drive
  706.                                         St. Charles, Illinois
  707.                                         60174
  708.                                         312-377-3520
  709.  
  710.      Even  if  you do not contribute,  you are encouraged to copy  and 
  711.      distribute  the BBS version of the product freely subject to  the 
  712.      following restrictions: 
  713.  
  714.      1. Do not distribute altered copies.   If you have suggestions or 
  715.         fixes  you  would like to see,  send us a  written  note.   We 
  716.         welcome all responses.
  717.  
  718.      2. This product must be distributed complete including the files: 
  719.         DCOPY.EXE, DERASE.EXE, CDATE.EXE, DDIR.EXE, & DATEUTIL.DOC.
  720.  
  721.  
  722.  
  723.                                     11
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.                            The Date Utilities
  731.  
  732.  
  733.      3. No  fee is to be charged for copying or distributing the  pro-
  734.         gram   without   an   express   WRITTEN  agreement  from  Gary 
  735.         Elfring.  The ONLY exception to this rule is:  a small charge, 
  736.         ($5 to $10),  may be leveled if this program is included on  a 
  737.         set of public domain disks. This charge must be reasonable and 
  738.         represent only copying and disk fees. 
  739.  
  740.      4. Commercial  sale of this product in any manner  is  prohibited 
  741.         without Gary Elfring's written permission. 
  742.  
  743.      User Groups/Clubs:  Gary Elfring's products may be distributed by 
  744.      Clubs and User Groups subject to the same restrictions.  We would 
  745.      ask  only that contributions to our continuing efforts be encour-
  746.      aged by those performing such distribution. 
  747.  
  748.      Computer Bulletin Boards:   Gary Elfring's products  may  be dis-
  749.      tributed by BBS's subject to  the same restrictions and contribu-
  750.      tion encouragement. 
  751.  
  752.  
  753.                                  WARRANTY
  754.  
  755.      Gary Elfring specifically disclaims all warranties,  expressed or 
  756.      implied,  including  but  not limited to,  implied warranties  of 
  757.      merchantability and fitness for a particular purpose with respect 
  758.      to defects in the disk or documentation,  and the program license 
  759.      granted herein.  In no event shall Elfring be liable for any loss 
  760.      of  profit  or any other commercial  damage,  including  but  not 
  761.      limited to special, incidental, consequential, or other damages.
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.                                     12
  790.  
  791.  
  792.  
  793.