Folder2ISO is a free portable standalone tool to create an ISO Image from a folder.
Usage: folder2iso [switches] [source folder] Switches: -label [label] -output [target iso file] Examples: folder2iso "d:\foo" -output "d:\foo.iso" -label "foo"
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 -output d:\a.iso e:\moviesis equivalent with
folder2iso e:\movies -output d:\a.iso -label a