Skip to content

Leveraging WinAPI's IMAPI2 interface to programmatically create and pack directories to a .ISO file.

License

Notifications You must be signed in to change notification settings

MurageKabui/Dir2ISO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is DIR2ISO?

This commandline application and AutoIT UDF helps you easily create and pack
local directories to an ISO image from AutoIT.

Visit Microsoft's WinAPI Docs

Minimum supported client

Windows Vista, Windows XP with SP2 [desktop apps only]


Commandline Version

Switches.

Switch Input Type Description Default Value Sample Usage
-i string Specify a FQPN to a Source Directory. None -i "E:\MyFolder"
-o string Specifies the output .ISO Image File. None -o "E:\MyFolder\MyISO.iso"
-l string Sets the volume name for this file system image.
Expects a String that contains the volume name for this file system image.
The string is limited to 15 characters.
Current Date in format YYYY/MM/DD -l "My Disk_2022"

Return codes

Value Description
0 Success.
4 An Invalid Source Directory is specified on -i switch.
5 An invalid Volume label And/or The length exceeds 15 characters.
Allowed characters are alphanumeric, underscore, colon and forward slash

Example

CL-Dir2ISOfs.exe -i "E:\Pictures" -o BirthdayPics.iso -l "24th Birthday"

About

Leveraging WinAPI's IMAPI2 interface to programmatically create and pack directories to a .ISO file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published