Jump to content

Verifying multiple DVDs?


Brian Thomas

Recommended Posts

I've got a few drives and it's SO convenient to be able to set them up and leave them to burn and verify while I get on with other things - thanks!

 

Sometimes I don't want to verify a particular disk and I turn that feature off. Later, sometimes, I forget to turn it back on and then I end up burning a bunch of DVDs that have not been verified. I know I can Verify one DVD at a time but is there a way of getting Imgburn to Verify the DVDs in all drives in much the same way as I can Write and then Verify?

 

Many thanks in advance and now I'm off to the Donate part of your site :-)

 

Link to comment
Share on other sites

There isn't I'm afraid, no.

 

The best you could do is write a batch file that calls ImgBurn multiple times (waiting for previous instance to finish first) and passing a different iso / drive letter for the source / dest parameters.

 

i.e.

 

imgburn.exe /mode verify /source "image1.iso" /dest d: /start /close

imgburn.exe /mode verify /source "image2.iso" /dest e: /start /close

imgburn.exe /mode verify /source "image3.iso" /dest f: /start /close

imgburn.exe /mode verify /source "image4.iso" /dest g: /start /close

Link to comment
Share on other sites

There isn't I'm afraid, no.

 

The best you could do is write a batch file that calls ImgBurn multiple times (waiting for previous instance to finish first) and passing a different iso / drive letter for the source / dest parameters.

 

i.e.

 

imgburn.exe /mode verify /source "image1.iso" /dest d: /start /close

imgburn.exe /mode verify /source "image2.iso" /dest e: /start /close

imgburn.exe /mode verify /source "image3.iso" /dest f: /start /close

imgburn.exe /mode verify /source "image4.iso" /dest g: /start /close

 

 

That looks pretty straightforward Richard - many thanks!

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.