duplicatecd

Transferes interactively image to CD-ROM/DVD copies


Synopsis

Checks the existince of a drive with recording capability. Copies after that the CD-ROM/DVD image to the staging area and initiates the CD Burn system resource the indicated number of times.

Usage

The Windows Script Host environment provides support for describing scripts, passing parameters, including external source files and loading type libraries. Here is the output which the framework shows to guide proper usage of the program:

duplicatecd - Transferes interactively image to CD-ROM/DVD copies

Usage: duplicatecd.wsf /image:value [/volume:value] [/copies:value]

Options:

image	: i - Reference of CD-ROM/DVD image directory
volume	: v - CD-ROM/DVD volume name
copies	: c - Number of copies

Example: 

cscript duplicatecd.wsf /image:C:\temp\image /v:"Safe Data" /c:4

Features

The utilities of the Virtuosi Digital Video Processing Environment all share a common set of functionality provided by source code templates and a modular support library. This basic functionality is generated by a Windows Script Host application wizard which provides handlers for optional and mandatory command line arguments. The framework supports short mnemonic aliases for named arguments. Programs generate standard errorlevel responses to problems during validation of arguments, file paths, file structure or ActiveX component loading.

Here are the specific capabilities of the duplicatecd utility: