• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

mkisofs - file order

calyco

Senior member
Im trying to make a VCD of some clips I have downloaded. So I do:

mkisofs -o mydisc.iso /path/to/files

I want to have my files burned like so:

video_01
video_02
video_03

but it keeps starting with the last file eg:

video_03
video_02
video_01

How would I put the video files in order?
 
Back
Top