changes.
| h2. Download |
| {attachments} |
| |
| h2. Usage |
| * Download ZIP file |
| * Unpacks ZIP file to local disk |
| * Right click on .INF file |
| * Select *Install* |
| |
| h3. RECSHELL |
| |
| h4. Create Image File |
| {code} |
| RECSHELL 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} |
|  | RECSHELL MOUNT VDRIVER <drive> <imageName> |
| | RECSHELL MOUNT VDRIVE <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} |
| RECSHELL UNMOUNT <drive> |
| {code} |
| |
| Unmount an image |
| |
| || Parameter || Description || |
| | drive | Drive to unmount (eg X:\) | |
| |
| |
| h4. Unload Driver |
| {code} |
 | | RECSHELL UNLOAD VDRIVER |
| | RECSHELL UNLOAD VDRIVE |
| {code} |
| |
| Unload driver. Please Unmount drives before. |