|
Find.Files
|
|
| · | The default NT administrative shares (c$, d$ etc.) are used to access drives on remote machines. These shares are enabled by default, but they can be disabled, and if so, Find.Files will not be able to search such drives.
|
| · | The details for each file (one clear text record) occupies 200-500 bytes (depending on name and path length) of memory. Maximum number of returned records is 50000 which would use between 10 and 25 Megabyte of RAM memory. Naturally, this amount of data will take a while to handle even for the fastest computer. Hence you should make your search as specific as possible in order to limit number of results.
|
| Full disk path to directory to search.
|
| UNC paths are not allowed, use the local path even on remote machines.
|
|
|
| Enter an asterisk character ("*") for all drives. With this option NTinfo automatically enumerates and searches the local drives on each machine.
|
|
|
| Use path variables to search standard Windows locations with different file paths depending on where the OS was installed, language version, current user etc.
|
|
|
| Path variables. Variables beginning with "u_" depends on current user of target machine.
|
|
|
|
| Examples
|
|
| Type of entries to search for
|
| Options: File | Dir | FileDir
|
| · | File - search for files
|
| · | Dir - search for directories
|
| · | FileDir - search for files and directories
|
| One or many file types to search for, each type must end with "§".
|
| Leave the FileType parameter empty for all extensions.
|
| It is possible to use wildcards.
|
|
|
| Examples
|
|
| One or many file or directory names to search for, each name must end with "§".
|
| Leave the FileName parameter empty for all names.
|
| It is possible to use wildcards.
|
|
|
| Examples
|
|
| File or directory size in bytes.
|
| Leave the Size parameter empty for all sizes.
|
| Syntax: [-]Size[-][Size]
|
| · | A minus character in front of the size number returns all items with a size of at most specified size.
|
| · | A minus character after the size number returns all items with a size of at least specified size.
|
| · | A minus character between two numbers makes it a range search.
|
| Examples
|
|
| File or directory date and time.
|
| Leave the DateTime parameter empty for all dates and times.
|
| Syntax: DateAttribute[-]YYYY-MM-DD[HH:MM][-][YYYY-MM-DD][HH:MM]
|
| · | The time part is not mandatory, leave empty to return results from the whole day.
|
| · | A minus character in front of the date returns all items with date equal to specified date and time or earlier.
|
| · | A minus character after the date returns all items with date equal to specified date or later.
|
| · | A minus character between two values makes it a range.
|
|
|
| DateAttribute options: A | C | M
|
| · | A - search last access time attribute
|
| · | C - search creation time attribute
|
| · | M - search last write time attribute (modified)
|
| Examples
|
|
| Options: Recursive |
|
| · | Recursive - search subdirectories
|
| · | Nothing - blank parameter - do not search subdirectories
|
| Maximum number of files or directories listed for each drive.
|
| Leave parameter empty for the maximum of 50000 items.
|
| The ItemsMax parameter is useful to limit number of returned records per drive when doing wildcard searches throughout many machines.
|
| Maximum number of files listed for each directory.
|
| Set DirMax to 0 (zero) or leave parameter empty for all files.
|
| The DirMax parameter is useful to limit number of returned records when searching for certain file types throughout many directories. Example: Most network administrators does not permit users storing media files (.mp3, .wma, .mpg etc.) files in their home directories. Set a DirMax limit to find out who stores these files without having to see more than one or a few records per user.
|
| Maximum directory level from which to display results.
|
| Set LevelMax to 0 (zero) or leave parameter empty for all items.
|
| The LevelMax parameter is useful when calculating directory sizes where usually only the first level should be displayed.
|
| Options: ShowRoot |
|
| · | ShowRoot - show root directory (StartPath) - use this to see size etc. of root directory
|
| · | Nothing - blank parameter - do not show root directory
|
| Label to write in second column in NTinfo output window. Default is "FIND".
|