|
Since DefragMentor Lite CL is a command line utility, you have to run it in the Command Prompt window using the syntax as follows:
DEFRAGME.EXE –a
or
DEFRAGME.EXE –i [–s] [–c] [–e] [–l ReportFile.csv] [–x Mask] FileNameMask
or
DEFRAGME.EXE [–s] [–v] [–c] [–e] [–l ReportFile.csv] [–x Mask] FileNameMask
or
DEFRAGME.EXE –f[s] [–l ReportFile.csv] DriveLetter:
or
DEFRAGME.EXE –f [–l ReportFile.csv] FileName
Note that you can use wildcards in FileNameMask.
| a |
About DefragMentor Lite CL |
| i |
Print out file information (skip defragmenting) |
| s |
Recursive processing of subdirectories |
| v |
Verbose |
| c |
Skip contiguous files |
| e |
Stop processing files on error. If wildcards are used to process more than one file and some file causes an error this switch will stop processing immediately. |
| x |
Mask of file names to be skipped |
| l |
Save output in a given *.CSV file |
| f |
Display list of free disk fragments |
| fs |
Display list of free disk fragments sorted by size |
Examples:
defragme.exe –i –l report.csv d:\art\map.gif
defragme.exe –s –e –v –x smth*.mdb –x rep*.mdb d:\data\*.mdb
defragme.exe –f d:\art\map.gif
defragme.exe –fs d:
Exit codes:
0 - if the operation succeeds
1 - if the operation fails
|