REQ/Help Windows: Script to burn .iso files to dvd
Posted: January 15th, 2012, 1:50 pm
Hi, Can anyone help me with a script to burn downloaded .iso files to dvd using ISOBurner or IMGBurn.
I tried However %1 only has the folder path how would I find the .iso image.
Thanks
I tried
Code: Select all
imgburn.exe /q {%1}
Thanks