[Windows] Automatic DVD burning

Come up with a useful post-processing script? Share it here!

[Windows] Automatic DVD burning

Postby Usenet » August 28th, 2008, 12:50 pm

Get the "Windows Server 2003 Resource Kit Tools" http://www.microsoft.com/downloads/deta ... layLang=en (you only need dvdburn.exe)
and make a bat file with the following code:
Code: Select all
for /f %%G in ('dir /B %1\*.i??') do (dvdburn D: %1\%%G)

This code will look in the downloaded directory for iso img and other .i?? files and burn to a dvd.

Enjoy!
Usenet
Jr. Member
Jr. Member
 
Posts: 84
Joined: February 12th, 2008, 7:04 pm

Re: [Windows] Automatic DVD burning

Postby eagle00789 » September 30th, 2008, 7:16 pm

how does it respond to ifo/vob/bup files?? the ifo filename has a i in it :D
eagle00789
Newbie
Newbie
 
Posts: 30
Joined: July 5th, 2008, 10:40 am

Re: [Windows] Automatic DVD burning

Postby vdown » October 2nd, 2008, 6:01 am

If you wanted to do that, you could use ImgBurn which has a fully featured command line.

Including burning images, Video TS folders and creating iso.
vdown
Release Testers
Release Testers
 
Posts: 30
Joined: January 30th, 2008, 9:01 am


Return to Post-Processing Scripts