View Source
h2. Download {attachments} h2. Usage * Download ZIP file * Unpacks ZIP file to local disk * Right click on .INF file * Select *Install* h3. VDCTL h4. Create Image File {code} VDCTL CREATE <imageFileName> <imageSizeInMB> {code} Creates an empty image. {note} You must format the image, after mounting before you can use it{note} ||Parameter || Description || | imageFileName | Name of Image File (on local disk) | | imageSizeInMB | File Size in MB | h4. Mount Image {code} VDCTL MOUNT <drive> <imageName> {code} Mount an image as drive. || Parameter || Description || | drive | Drive to mount (eg X:\) | | imageName | Name of local image file | h4. Unmount Image {code} VDCTL UNMOUNT <drive> {code} Unmount an image || Parameter || Description || | drive | Drive to unmount (eg X:\) | h4. Unload Driver {code} VDCTL UNLOAD {code} Unload driver. Please unmount drives before. |