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: - cd: CD and Case on Generic Paper
- dvd: DVD and Case on Generic Paper
- bluray: Blu-ray Disc and Case on Generic Paper
- direct2disc: Printable CD, DVD or Blu-ray
-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: - Use only one of -new, -open, or -custom commands.
- The -addtext and -addimage commands can each be used multiple times.
|