Windows – Write a DVD from the Windows Command Line

backupburningcommand linedvdwindows

Does anyone know an easy way to write files to a DVD from the command line. I've found a program that does it for CDs, and another that writes .ISO images to DVD.

I want to use it to write files to a backup DVD overnight.

Best Answer

From this fairly old blog post here you can have a look at dvdburn.exe which is part of the Windows Server 2003 Resource Kit. It is not tied to the OS specifically so you could extract it to your machine and just run it from the command line.

Various links and blog posts reveals that it does work under Windows Vista and 7 althought it is only targetted and Windows Server 2003 and Windows XP.

You will however need to create the ISO first. You will need an application like MagicISO which has a command line tool that allows for the creation of an ISO images before writing it to DVD. However this is not a free tool. You can look at ImgBurn which is free and does also offer a commandline component, however it is not very well documented.

Related Question