I'm sorry if I'm not using the correct terminology here! I've been learning only what I need to to do the uploading stuff I need.
I've been using mkisofs on my CentOS 5.7 to pack some DVD Video_TS (or whatever) image files into .isos.
I'm trying to generate a command I can use to do this without having to copy-and-paste things for each command.
So the command I'm using is:
I'm trying to figure out how I could enter in a variable for the "File Name" part...can anyone help?
I've been using mkisofs on my CentOS 5.7 to pack some DVD Video_TS (or whatever) image files into .isos.
I'm trying to generate a command I can use to do this without having to copy-and-paste things for each command.
So the command I'm using is:
Code:
mkisofs -dvd-video -V 'File Name' -o /root/'Folder Name.iso' /root/'Folder Name'
I'm trying to figure out how I could enter in a variable for the "File Name" part...can anyone help?