HandleFile: Difference between revisions
Jump to navigation
Jump to search
(added update version info) |
(added adv build param for >= 1.5.3) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Identifies files of running processes using handles they've got opened. | {{SbiCmdInfo | ||
|SYNTAX = HandleFile | |||
|PENAME = SpybotSD.exe | |||
|PEVERSION = 1.4 or later | |||
|GROUP = Files | |||
|MINUPDATE = 2008-03-05 | |||
|ADVFILEPARAMS = yes (third) | |||
|ADVREGPARAMS = no | |||
|ADVBUILDPARAMS = yes (third) ≥ 1.5.3 | |||
|ADVSPECIALPARAMS = [[rescan]] | |||
}}Identifies files of running processes using handles they've got opened. | |||
==Usage== | ==Usage== | ||
HandleFile:<handletype>,<handlename>[,advanced file parameters] | HandleFile:<handletype(string)>,<handlename(string)>[,advanced file parameters] | ||
===Examples=== | ===Examples=== | ||
Latest revision as of 16:16, 22 February 2008
| HandleFile | |
| Group | Files |
| Main Application | Version 1.4 or later |
| Required Update | 2008-03-05 |
| File Parameters | yes (third) |
| Registry Parameters | no |
| Build Parameters | yes (third) ≥ 1.5.3 |
| Special Parameters | rescan |
Identifies files of running processes using handles they've got opened.
Usage
HandleFile:<handletype(string)>,<handlename(string)>[,advanced file parameters]
Examples
HandleFile:"file","\Test\HelloWorld.txt"
Identifies the process that currently has an open file handle to, for example, C:\Test\HelloWorld.txt.
Description
- This can be either a valid handle type name, or anything else to scan for all handle types. The handle type names supported here are, case-insensitive (please keep them lowercase anyway):
- mutex
- file
- semaphor
- Specify the name of the handle as second parameter. AP
- Advanced file parameters may further limit down the list of matches to avoid ambiguous names. One special parameter here is rescan, which set to 1 will re-read the list of handles.
This command is available only as a plugin update currently; your updates should be at at least 2008-02-27 (beta update users) or 2008-03-05 (public update users).
Scan Results
- Identified files.