Parameter name Default value append_on_target_drive false/no automatically_convert_multi_disk_volumes false/no automatically_convert_to_vhd false/no automatically_checkdisk false/no automatically_overwrite_image false/no automatically_validate_image false/no clear_target_drive false/no fill_empty_blocks false/no force_dismount false/no hash_unchanged_data true/yes ignore_data_modification false/no ignore_snapshot_cache_overflow false/no ignore_invalid_free_size_appointment false/no ignored_read_errors false/no overwrite_target_data true/yes set_active false/no set_bootable_partition_bootable false/no
logfile Creation of a log file to communicate the status of the processing. Example <logfile>C:\DiskImage\Logfile.log</logfile> interaction During the command processing, denotes if a confirmation dialogue is possible or if the processing should take place in the background. No processing in the background is default. Valid values: “yes”, “no”, “true” and “false” Example <interaction>no</interaction> stop_at_error Denotes […]
all_devices Initializes and displays all drive types of system. Valid values: “yes”, “no”, “true” and “false” Example <all_devices>yes</all_devices> all_sources All (Source-) objects from an image should be included in the processing. Valid values: “yes”, “no”, “true” and “false” Example <all_sources>yes</all_sources> all_splits All parts of an image should be used for the processing. It can be […]
clone device With this function you can clone a device and all its saved data without creating image files. The device will be saved directly and without compression on another device. A device can be a partition, a volume or an entire disk. Parameters clone_type { devicename | driveletter | drivenumber | | serialnumber | […]
activate setup Enables the setup of the operating system after restart. Parameter operating_system_path setup_type { unattended } Note In order for the operating system to consider changes to the computer name, a restart is required. Example <command name=”activate setup”> <operating_system_path>”E:WINDOWS”</operating_system_path> <setup_type>mini_setup</setup_type> <unattended>true</unattended> </command> assume devices Device management drivers that are currently loaded should be applied. […]
assign drive letter Assigns a drive letter to the selected drive or changes it. Parameters driveletter_to_set { devicename | driveletter | drivenumber | serialnumber | begin } Note Drive letters of current system volumes and the startup volume cannot be changed. A maximum of 26 letters are allowed for one computer. The drive letters A […]
create backup Creates a file-based backup using transferred criteria. Parameters backup_type compression_type encryption_type checksum_type device_type backup_name backupset_id backupset_criteria [ password ] [ comments ] [ max_backup_size ] [ force_dismount | snapshot | vss ] [ ignored_read_errors ] [ ignore_invalid_free_size_appointment ] [ automatically_validate_backup ] [ automatically_overwrite_backup ] [ ignore_snapshot_cache_overflow ] [ automatically_convert_to_vhd ] [ backupset_name ] […]
The command interpreter has been extended with an option for validating environment variables and conditions. A value included in the string “$ENV:()” is replaced at running time with the value of the environment variable.Similarly at running time, a set environment variable “image_name” with the value “C:\Image20990226.omg” is replaced in the command file by using the […]
In a command file, commands and/or parameters can be connected with conditions when needed to run or apply them.A condition is labelled with the string “CONDITION”.The following operations can be used for getting a verification of validity: the values are equal- (“==”) the values are unequal- („!=“) the left value is greater than the right […]
Create an image of the “C” drive Example 1: Create an image of the “C”drive.This image will be compressed and saved whereby sectors not being imaged (those sectors that have not changed since the base image was created) will be given a hash value to check for changes in the future.The image will be compressed […]