On Tuesday, November 5, 2019 at 7:11:30 AM UTC+8, Hongyi Zhao wrote: > Is there some python libary for edit iso file drectly?
You can use batch .bat files and have Python execute them. Honestly Batch will do all you are asking on MS Windows. Use its XCOPY to copy the IO file or the entire IO Directory, move or copy it to another directory as a non IO. Then have the batch make changes to the file then save it where and as you wish back to an IO. -- https://mail.python.org/mailman/listinfo/python-list
