Skip to main content
All docs
V24.2

Skin Editor: Command Line Parameters

This topic lists additional options you can use to run the Skin Editor from the command line. Command line parameters are useful if you need to generate multiple binary SKINRES files from source skin projects.

Command Line Parameters List

/MAKESKINRES=
Specifies the absolute or relative path to the source skin project (a SKINPROJ file). Output SKINRES files always have the same names as corresponding source SKINPROJ files.
/OUTPATH=

Optional. Specifies the output path for exported SKINRES files.

If you omit this parameter, the Skin Editor places exported SKINRES files into the source skin project’s directory.

/S

Optional. Enables the silent mode. The Skin Editor displays no error messages or dialogs in this mode.

If you omit this parameter, the Skin Editor stops the current job when an error occurs and displays the corresponding error message.

Command Line Examples

Export SKINRES Files to the Default Source Project Directory

  start dxSkinEditor.exe /MAKESKINRES="SkinProject.skinproj"

Export SKINRES Files to the Custom Source Project Directory

  start dxSkinEditor.exe /MAKESKINRES="C:\Skin Projects\SkinProject.skinproj"
See Also