cd_create is a media burning application written in Java by Abi Arroyo.
|
Features include:
|
Design goals:
|
|
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
-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:
Steps in the process:
- Add files (1)
- Once addition of files is complete, compile (4)
- Print the CDCase to verify the results (10)
- Burn the data (15)
Project links:
- Download latest version
- View current source code
- Source code repository
- CVS server
- Video of prototype
