Zeus 

Group: Members
Posts: 1
Joined: Dec. 2005
|
 |
Posted on: Dec. 06 2005,10:51 |
|
 |
I've got the following Problem: I have an .iso Image which must be updated once a day. So I wrote a Batchfile which uses the command-line parameters of Ultra-iso and includes the new files to the Image. After running this batchfile, some files in the Image are corrupted. But not those, which i updated whith the Batch File, other Files in the Image have the corruption.
When i manually update the Image and do all the steps myself and do not use any command-line parameters, everything works fine.
The Batch File looks like this:
Code Sample | "C:\...\ultraiso" -input C:\...\FILENAME.iso -chdir "/DIRNAME" -d "C:\DIRNAME2" -checksum |
And I'm using the newest Ultra Iso Version!
Have you any idea about solving this problem?
|