Brian Thomas Posted September 5, 2013 Posted September 5, 2013 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 :-)
LIGHTNING UK! Posted September 5, 2013 Posted September 5, 2013 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
Brian Thomas Posted September 5, 2013 Author Posted September 5, 2013 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!
Recommended Posts