Author Topic: Burn an ISO Image to a DVD Using the Command Line in Windows?  (Read 1026 times)

Offline javajolt

  • Administrator
  • Hero Member
  • *****
  • Posts: 35978
  • Gender: Male
  • I Do Windows
    • windows10newsinfo.com
Burn an ISO Image to a DVD Using the Command Line in Windows?
« on: August 29, 2015, 11:19:32 PM »


Some people like to work using the Command Line in Windows for various reasons, but is it possible to burn an ISO image to DVD using the Command Line?

Below is a question presented to HTG.

Quote
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?
The Answer

Quote
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 Windows

ISO 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.iso



After 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.

htg