Burn DVDs From the Command Line

By | 2007-04-14

Need to make repeated copies of the same DVD? Or do you want to burn a DVD image from an .ISO file acquired via the Internet, perhaps of another operating system? Just as the cdburn command burns CDs from the Windows XP/DOS command line, the dvdburn command can be used to burn DVDs.

To use the dvdburn command, you”ll need to first download and install the Windows 2003 Resource Kit.

The dvdburn command syntax is similar to that of cdburn:

dvdburn [DRIVE:] [IMAGE]

For example, the following command burns the 5-2-3-linux.iso ISO image on a DVD-R placed in the e: drive:

c:\isos\dvburn e: 5-2-3-linux.iso

If you want to erase the current image on a DVD-RW first, use the /erase modifier:

c:\isos\cdburn e: 5-2-3-linux.iso /erase

Or, don”t provide an image, and dvdburn /erase will just erase the contents of the DVD-RW.

Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.