| /file <Filename | Folder | Wildcard> [td]Specifies the filename, folder, or wildcard that you want to hash. |
| /files <Filename> <Filename> <Filename> ... [td]Specify multiple filenames, folders, or wildcards that you want to hash. |
| /folder <Folder> [td]Specifies a folder and all its subfolders. |
| /wildcard <Full Path Wildcard> <Subfolder Depth> [td]Specifies wildcard with full path (e.g: c:\folder\*.exe) and the depth of subfolders to scan. For <Subfolder Depth> parameter: 0 = no subfolders, 1 = one level of subfolders, 2 = two level of subfolders, and so on... 1000 = Infinite number of subfolders. |
| /stext <Filename> [td]Save the hashes list into a regular text file. |
| /stab <Filename> [td]Save the hashes list into a tab-delimited text file. |
| /stabular <Filename> [td]Save the hashes list into a tabular text file. |
| /shtml <Filename> [td]Save the hashes list into HTML file (Horizontal). |
| /sverhtml <Filename> [td]Save the hashes list into HTML file (Vertical). |
| /sxml <Filename> [td]Save the hashes list to XML file. |
| /scomma <Filename> [td]Save the hashes list to comma-delimited file. |
/sort <column> [td]This command-line option can be used with other save options for sorting by the desired column. If you don't specify this option, the list is sorted according to the last sort that you made from the user interface. The <column> parameter can specify the column index (0 for the first column, 1 for the second column, and so on) or the name of the column, like "Filename" and "Identical". You can specify the '~' prefix character (e.g: "~Identical") if you want to sort in descending order. You can put multiple /sort in the command-line if you want to sort by multiple columns.
|
| /nosort [td]When you specify this command-line option, the list will be saved without any sorting. |