-
Posts
6,973 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by mmalves
-
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).
-
Problem burning iso+ mds - system cannot find the file specified
mmalves replied to vladi's topic in ImgBurn Support
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). -
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
-
Yes, some Verbatim blanks use Taiyo Yuden dye, and they work fine just like the ones with MCC dye
-
Having trouble running ImgBurn with Scheduled Tasks
mmalves replied to Jesse's topic in ImgBurn Support
When it doesn't work and you log back on, is there a ImgBurn.exe in memory? -
Having trouble running ImgBurn with Scheduled Tasks
mmalves replied to Jesse's topic in ImgBurn Support
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. -
Having trouble running ImgBurn with Scheduled Tasks
mmalves replied to Jesse's topic in ImgBurn Support
Then I guess ImgBurn doesn't work if it can't display its window -
Having trouble running ImgBurn with Scheduled Tasks
mmalves replied to Jesse's topic in ImgBurn Support
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 -
From what I can see it says No Additional Sense Information kriomalote, are you using the latest ImgBurn version?
-
A log from that burn is more useful than a screenshot (look in ImgBurn's Help menu).
-
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
-
i used to burn many dvd-r's they no longer burn, please help
mmalves replied to izriz's topic in ImgBurn Support
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). -
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.
-
Cannot find disk drives after using daemon tools
mmalves replied to strey101's topic in ImgBurn Support
You have a rootkit/virus/malware on your system. Please read this post: http://forum.imgburn.com/index.php?showtop...ost&p=93197 -
A log is useful in any situation, so please post one from such burn (look in ImgBurn's Help menu).
-
Does it crash when you click the Calculate button? The output is set to Device or Image File?
-
ImgBurn burns successfully but player gives disc error
mmalves replied to --RS's topic in ImgBurn Support
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). -
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
-
You'll have to use another burning program then, i.e. one that burns in RAW DAO mode.
-
Burning mulitple ISO files onto a single layer DVD
mmalves replied to Kat's topic in ImgBurn Support
And if you actually paid attention when reading my post you'd notice it was directed to strstrk -
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.
-
Burning mulitple ISO files onto a single layer DVD
mmalves replied to Kat's topic in ImgBurn Support
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)? -
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
-
Please post the whole log from that burn attempt as important information is missing.
-
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).