By using this site, you agree to our Privacy Policy and our Terms of Use. Close

PC - Batch file help please. - View Post

How do I query a DVD volume label from a batch file and pass that as a variable to a program?

Kind of like:

vol d: = %1
md v:\videos\%1
vlc.exe dvdsimple://d: transcode stuff goes here v:\videos\%1\%1.avi

Any ideas?