Converting a ripped disk to ISO for Windows 8 with autoplay functionality
Converting a ripped disk to ISO for Windows 8 with autoplay functionality
Searching for tools to automate optical disk backups, compatible with Windows features like AutoPlay.
I don't know about "automating" the backups, but that may not be possible if you don't have a bunch of disk drives. I use Nero to copy my disks to ISOs which has integration into autoplay (on Windows 7 at least), but I don't think there is a free version. IMGBurn probably integrates into autoplay, but I think it's possible to add any program to autoplay (someone correct me if I'm wrong on that). Check out IMGBurn here: http://www.imgburn.com/ If you do install this watch out for the adware and stuff, my antivirus keeps telling me it's malware. You can also check out DAEMON Tools Lite: http://www.daemon-tools.cc/products/dtLite#features
thanks @ FizzyFantom i finally solved it using IMGBurn and used batch file so it's basicly 2 clicks and the disk is beeing riped, here is the .bat imgburn.exe /LOG F:\ImgBurn Logs\[DATETIME].log /mode read /src G: /DEST "F:\ISO\[DISC_LABEL].ISO" /start /eject yes /close there is a good guide in the readme.txt of imgburn