Jump to content

mmalves

Beta Team Members
  • Posts

    6,973
  • Joined

  • Last visited

Everything posted by mmalves

  1. You have to read the source disc just once (name the disc image properly so that's easy to identify it). Then when you're going to burn that to many discs, just set the number of copies you want and ImgBurn will burn each one and even ask for the next blank disc (you may want to enable tray eject in ImgBurn's settings under Tools menu).
  2. Rename the MDS file to a different name than the ISO file and then try burning that ISO image. By the way, there's newer firmware available for your burner (remove any disc and close the tray before updating then reboot after it's finished).
  3. Yes, ImgBurn can do that as long as the discs aren't protected (it can't read protected discs). Have a look in our Guides section
  4. Yes, some Verbatim blanks use Taiyo Yuden dye, and they work fine just like the ones with MCC dye
  5. When it doesn't work and you log back on, is there a ImgBurn.exe in memory?
  6. I was wrong, ImgBurn works fine being called from a scheduled task, just tried it now and it burned a disc while no user was logged on Try this: @ECHO OFF :START ECHO Mapping T:... net use T: \\san\archive IF errorlevel 1 GOTO QUIT ECHO Copying the SQL .bak file... copy "T:\SQL Backup\itiserver_db_*.bak" "D:\burn" IF errorlevel 1 GOTO QUIT ECHO Starting the Burn... "C:\Program Files\ImgBurn\ImgBurn.exe" /MODE BUILD /BUILDMODE DEVICE /SRC "D:\burn" /DEST "G:" /FILESYSTEM "UDF" /UDFREVISION "2.01" /VOLUMELABEL "Director SQL Backup" /SPEED 2x /ERASE /TESTMODE NO /VERIFY YES /DELETESOURCE NO /EJECT YES /START /CLOSESUCCESS /WAITFORMEDIA /NOIMAGEDETAILS /ROOTFOLDER YES IF errorlevel 1 GOTO QUIT ECHO Backup complete. ECHO Flushing the Burn folder... del /Q D:\burn\*.* IF errorlevel 1 GOTO QUIT ECHO All Done! pause exit :QUIT echo There was an error! pause exit You might need to use Task Manager to kill any ImgBurn.exe process(es) that may be stuck from previous attempts.
  7. Then I guess ImgBurn doesn't work if it can't display its window
  8. Instead of changing to ImgBurn's directory, try calling it straight like this: @ECHO OFF :START ECHO Mapping T:... net use T: \\san\archive IF errorlevel 1 GOTO QUIT ECHO Copying the SQL .bak file... copy "T:\SQL Backup\itiserver_db_*.bak" "D:\burn" IF errorlevel 1 GOTO QUIT ECHO Starting the Burn... "C:\Program Files\ImgBurn\ImgBurn.exe" /MODE BUILD /SRC "D:\Burn" /DEST G: /ERASE /FILESYSTEM "UDF" /UDFREVISION "2.01" /VOLUMELABEL "Director SQL Backup" /SPEED 2x /VERIFY YES /DELETESOURCE NO /EJECT YES /WAITFORMEDIA /START /ROOTFOLDER YES /CLOSESUCCESS /NOIMAGEDETAILS IF errorlevel 1 GOTO QUIT ECHO Backup complete. ECHO Flushing the Burn folder... del /Q D:\burn\*.* IF errorlevel 1 GOTO QUIT ECHO All Done! pause exit :QUIT echo There was an error! pause exit Also, if you want to tweak the message shown after ImgBurn's operation have a look here
  9. From what I can see it says No Additional Sense Information kriomalote, are you using the latest ImgBurn version?
  10. A log from that burn is more useful than a screenshot (look in ImgBurn's Help menu).
  11. The ISO image should be OK. The parsing is done in order to show which file is affected if there was any read error, and on discs with lots of files it could take a very long time to parse, especially on older computers, so that's why a timeout was implemented. It doesn't affect the contents of the read disc image
  12. Try a lens cleaning disc on that drive. You may also want to try burning at 4x or 6x (slower doesn't necessarily result in a better burn).
  13. As it was said before, please read this: http://forum.imgburn.com/index.php?showtopic=8000 If it doesn't work even with the Verbatim blanks specified above then you'll need to get a new burner.
  14. You have a rootkit/virus/malware on your system. Please read this post: http://forum.imgburn.com/index.php?showtop...ost&p=93197
  15. A log is useful in any situation, so please post one from such burn (look in ImgBurn's Help menu).
  16. Does it crash when you click the Calculate button? The output is set to Device or Image File?
  17. It's a good burn, so if there's an error it's in the source files. Have you tried playing the disc with MPC-HC or VLC Media Player? PowerDVD/WinDVD also can be used if you have them. By the way... There's newer firmware available for your burner (remove any disc and close the tray before updating then reboot after it's finished).
  18. First of all, please update ImgBurn. Also update your burner's firmware (remove any disc from the drive and close the tray before updating then reboot the computer after the update is done). If that doesn't solve your problem, you can try with better media such as Verbatim and Taiyo Yuden blanks (preferably the 8x ones) or you may want to get a new burner to replace your current one
  19. You'll have to use another burning program then, i.e. one that burns in RAW DAO mode.
  20. And if you actually paid attention when reading my post you'd notice it was directed to strstrk
  21. Using ISO as the filename's extension doesn't change the fact that the disc's content isn't in ISO format, hence why other programs can't open such "ISO" file. Now, if you're talking about Audio CDs then it's a whole different matter: they don't have files in them. They have tracks, and to extract those as mp3/etc you'll need to use a program like EAC or similar.
  22. All ImgBurn did was put the two videos as data files on a disc. It didn't join them together or anything like that. By the way, you do know that ImgBurn can burn ISO images, right? And that you can burn straight to disc (no need to create an ISO image first)?
  23. Update your burner's firmware (remove any disc and close the tray before updating then reboot after it's finished). Throw that disc in the garbage (or use it as a coaster) and try with a brand new blank disc. When that doesn't work, please read this: http://forum.imgburn.com/index.php?showtopic=8000 Oh, and next time, don't hijack other people's thread: start your own
  24. Please post the whole log from that burn attempt as important information is missing.
  25. Use DVD Flick of ConvertXtoDVD to convert your video then use ImgBurn to burn the disc (have a look in our Guides section if you're in doubt about ImgBurn).
×
×
  • Create New...

Important Information

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