You can easily control Disketch from the command line or using the NCH API. The command line format is:

disketch [command] [command_options] ...

COMMAND:

-new <label_layout>
Creates a new project. Valid label layout options are:

-open <project_file>
Opens an existing .deproj/.dex project file. Please enclose the path in double quotes (e.g. -open "fullpath").

-custom <label_layout_file>
Opens an existing .delayout layout file. Please enclose the path in double quotes (e.g. -custom "fullpath").

-addtext <text_file>
Creates a text overlay from the contents of a text file. Please enclose the path in double quotes (e.g. -addtext "fullpath").

-addimage <image_file>
Creates an image overlay from an image file. Please enclose the path in double quotes (e.g. -addimage "fullpath").

NOTES: