This is a clean Ad-free Forum protected by StopForumSpam, Project Honeypot, Botscout | This forum does not use audio ads, popups, or other annoyances! !By continuing to use our forum, you agree to the use of cookies, see GDPR
Is it possible to burn an ISO file to a DVD using the Command Line in Windows 7 or 8? If it is, then how would I do it?
Yes, it is possible to burn ISO files to DVDs from the Windows Command Line, however, you can only do so in Windows 7 and later versions.How to Burn an Image from the Command Line in WindowsISO and IMG image files can be burned in Windows using the Command Line quite easily. First, open the Command Prompt and then type isoburn to access the quick syntax guide. As has been noted in other comments (see thread link below), you do not need to reference the .exe extension since isoburn lives in the System32 folder.Start isoburn.exe using the following command and parameters:Syntax• isoburn.exe /q [the CD/DVD writing drive]Example• isoburn.exe /q D: C:\Users\JDoe\Desktop\image.isoAfter a few moments you will see:While the process can be fired up from the Command Line, this window may still need to be closed manually.