|
Post Number: 1
|
omontano 

Group: Members
Posts: 10
Joined: Mar. 2008
|
 |
Posted on: Apr. 09 2008,09:01 |
|
 |
how to make a copy of a cd to .isz with command line with -compress 6 and -optimize
|
 |
|
|
Post Number: 2
|
omontano 

Group: Members
Posts: 10
Joined: Mar. 2008
|
 |
Posted on: Apr. 09 2008,09:27 |
|
 |
I forgot... also if it's possible to making a checksum of the isz file to veryfy at the moment and later the backup copy
|
 |
|
|
Post Number: 3
|
xoben 

Group: Super Administrators
Posts: 2200
Joined: Nov. 2004
|
 |
Posted on: Apr. 11 2008,22:29 |
|
 |
1) commadline parameters:
ultraiso -directory H:\ -optimize -compress 6 -output "c:\test.isz"
Note: "H:\" is the CD drive, "c:\test.isz" is output filename
2) ISZ format has built-in checksum, you may choose 'Tools'->'Test ISZ' to check integrity of an ISZ image
|
 |
|
|
|