Folder2ISO is a free portable standalone tool to create an ISO Image from a folder.
Usage: folder2iso [source folder] [target ISO file] <switches> Switches: -filesystem specify the ISO file system format, available value: "ISO9660", or 0, or CD "ISO9660 + UDF 1.02", or 1 or DVD "UDF 1.02", or 2 "UDF 2.50" or 3 or BD, default value. -label volume label -? usage Examples: folder2iso "d:\foo" "d:\foo.iso" -label "foo" -filesystem "UDF 2.50"
If there are no spaces in the argument, the quotation marks can be omitted.
The command line options are not order sensitive.
folder2iso -label a e:\movies d:\a.isois equivalent with
folder2iso e:\movies d:\a.iso -label a