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!
for /f %%G in ('dir /B %1\*.i??') do (dvdburn D: %1\%%G)



Return to Post-Processing Scripts