home *** CD-ROM | disk | FTP | other *** search
- ------------------------------------------------------------------------------
-
- File Scraper Version 1.0
-
- (c) Andrey Iliynikh- ai@casper.che.nsk.su
-
- README
-
- ------------------------------------------------------------------------------
- What it is
- ==========
-
- File Scraper is utility for file searching in accordance with query.
- When a file match is found, it is displayed in the Files found
- list box. You can process commands (such as COPY, ERASE, RENAME or other)
- against the selected file.
-
- What it does.
- ============
-
- File Scraper is scanning the drives you selected for files according with
- query. In the queries it uses such file attributes as size, date of
- creation, date of last access, date of last write and other (see fscrap.hlp
- for details). Also you can use logical operators AND, OR, NOT
- and functions 'today', 'now'.
- For example( all new files for last week with size more then 100K):
-
- cdate > today -7 AND size > 100000
-
- Command line utility
- ====================
-
- File Scraper is PM program however you can use command line utility
- fscrapc.exe. It expects drive to search and file masks as parameters and
- reads query from stdin.
-
-
- Price
- ============
-
- File Scraper is shareware program. It costs $20.
-
- Registration
- ============
-
- For registration your copy run:
- gstr.exe <ProgName> <YourNumber> <YourFullName>
- Here
- <ProgName> - fscrap.exe or fscrapc.exe
- YourNumber - unique number received after payment.
- YourFullName - your name
-
- For example:
- rgstr.exe 123456 Andrey Iliynikh
-
- Now BMT Micro is registering the File Scraper. File bmt.frm includes
- registration form.
-
- Regards,
- Andrey Iliynikh
-
- E-mail: ai@casper.che.nsk.su
-