| /LoadConfig <Config Filename> | Start ResourcesExtract with the specified config file. |
| /RunConfig <Config Filename> | Extract resources according to the specified config file, without user interface |
| /Source <filename> | Specifies the filename or wildcard that you want to scan. |
| /DestFolder <folder> | Specifies the folder to extract all resource files. |
| /ExtractIcons <0 | 1> | Specifies whether you want to extract icon resources. Specify 1 to extract the icons or 0 to skip the icon resources. |
| /ExtractCursors <0 | 1> | Specifies whether you want to extract cursor resources. Specify 1 to extract the cursors or 0 to skip the cursor resources. |
| /ExtractBitmaps <0 | 1> | Specifies whether you want to extract bitmap resources. |
| /ExtractHTML <0 | 1> | Specifies whether you want to extract HTML resources. |
| /ExtractManifests <0 | 1> | Specifies whether you want to extract manifest resources. |
| /ExtractAnimatedIcons <0 | 1> | Specifies whether you want to extract animated icons. |
| /ExtractAnimatedCursors <0 | 1> | Specifies whether you want to extract animated cursors. |
| /ExtractAVI <0 | 1> | Specifies whether you want to extract avi resources. |
| /ExtractTypeLib <0 | 1> | Specifies whether you want to extract type libraries. |
| /ExtractBinary <0 | 1> | Specifies whether you want to extract binary resources. |
| /ScanSubFolders <0 | 1> | Specifies whether you want to scan subfolders. |
| /SubFolderDepth <Depth> | Specifies the subfolders depth value. 0 = Unlimited. |
| /FileExistMode <1 | 2> | Specify 1 if you want to overwrite existing filenames, or 2 to save to another name when filename already exists. |
| /OpenDestFolder <0 | 1> | Specify 1 if you want to open the destination folder automatically. |
Here's some examples:
ResourcesExtract.exe /Source "f:\windows\system32\shell32.dll" /DestFolder "f:\temp\resources" /ExtractIcons 1 /ExtractCursors 1
ResourcesExtract.exe /Source "c:\windows\system32\*.dll" /DestFolder "c:\temp\resources" /ExtractIcons 1 /ExtractCursors 0 /ScanSubFolders 1
ResourcesExtract.exe /Source "f:\windows\system32\shell32.dll" /DestFolder "f:\temp\resources" /FileExistMode 2