/dll
Specifies the PE File that will be displayed
/dll path-to-executable
Example: /dll e:\om\c\test\release\test.dll
/exit
Causes PE File Browser to exit after exporting modules
/exportModules
Specifies the filename to export the list of dependent modules to
/exportModules path-to-export-filename
Example: /exportModules e:\om\export\dependentModules.txt
/exportModulesAndFunctions
Specifies the filename to export the list of dependent modules and functions to
/exportModulesAndFunctions path-to-export-filename
Example: /exportModulesAndFunctions e:\om\export\dependentModules.txt
/exportModulesTopLevel
Specifies the filename to export the list of dependent modules to. Only the immediate dependent modules are exported. No descendant dependencies are exported.
/exportModulesTopLevel path-to-export-filename
Example: /exportModulesTopLevel e:\om\export\dependentModules.txt