Skip to main content

Skin Editor Command Line Parameters

The Skin Editor allows you to batch create .SKINRES binary files from skin projects via the following command line parameters:

Parameter Description
/MAKESKINRES= Specifies the path and file name of the skin project, from which to create .SKINRES files. The resulting .SKINRES files are always named as source skin projects.
/OUTPATH= Optional. Specifies the output path for .SKINRES files. If this parameter is omitted, .SKINRES files are created at the project’s location.
/S Optional. Enables silent mode. In this mode, no error messages or dialogs are displayed while running the Skin Editor with command line parameters. Otherwise, if an error occurs, the Skin Editor displays a corresponding message and stops a batch job, allowing you to determine the cause of the problem.

Usage examples:

dxSkinEditor.exe /MAKESKINRES=SkinProject.skinproj /OUTPATH=“C:\Application Projects\Skins" /S

dxSkinEditor.exe /MAKESKINRES=“SkinProject.skinproj”

dxSkinEditor.exe /MAKESKINRES=“C:\Skin Projects\SkinProject.skinproj”

See Also