cd_create: simple media burning

cd_create is a media burning application written in Java by Abi Arroyo.

Features include:

  • media spanning
  • batch mode
  • interactive mode
  • data verification using checksums
  • runs on Windows and UNIX
  • media burning done via cdrtools
  • multisession media support

Design goals:

  • Intuitive design
  • Flexible operation
  • Ease of use
  • Good error reporting



I am happy to announce that on June 25 of 2007 cd_create 0.3 was certified by softpedia. This means it is a freeware product (both for personal and commercial use) that does not contain any form of malware, including but not limited to: spyware, viruses, trojans and backdoors. This software product was tested thoroughly and was found absolutely clean, therefore it can be installed with no concern by any computer user.



batch mode
syntax: run_script [ -h | -v | -c config_file ] file1 ... fileN

  -v    increases verbosity of application
  -c    specify location of configuration file   -h    help

Note:

    1. The configuration switches must preceed the files to be added
    2. The log file is placed in tempdir/cd_create-0.3/edc.log
    3. Read README.txt as it contains important setup information

Examples:

  % run_script /home /usr/home

  % run_script -v -c /usr/home/user/etc/.edcrc /var /bin /sbin


interactive mode
% run_script

Steps in the process:
  1. Add files (1)
  2. Once addition of files is complete, compile (4)
  3. Print the CDCase to verify the results (10)
  4. Burn the data (15)


Project links: