Boss Wengier:
I finally found a software that can add files to an ISO using commands under (Windows) DOS. Here is the transcription of Magic ISO:
Magic ISO
http://www.magiciso.com/tutorials/miso-iso-creator.htm
Using MagicISO as ISO Creator
You are here: Tutorials > Using MagicISO as ISO Creator
--------------------------------------------------------------------------------
MagicISO not only creates ISO image files on the Windows GUI, but it can also create ISO image files on the Windows command line. You can find miso.exe, which is the MagicISO command line utility, in the MagicISO installation directory.
Commands of miso.exe
Commands Parameters Description
-f dir Set the working directory in the ImageFile, default: \ (Root)
-a file/folder Add files and folders into the ISO image file
-x dir Extract files and folders with subfolders from the ISO image file to the directory
-c foldername Create new folder
-d wildcard Delete the files/folders within the ISO image file
-aj Create Joliet Volume
-rj Remove Joliet Volume
-au Create UDF Volume
-ru Remove UDF Volume
-ar Create Rock Ridge Volume
-rr Remove Rock Ridge Volume
-ab BootFile Make bootable ISO file
-rb Remove bootable information from the ISO file
-l1 ISO Level 1 (DOS: Max. of 11 = 8+3 chars)
-l2 ISO Level 2 (Windows/Unix: Max. of 31 chars)
-l3 ISO 9660:1999 v2 (Max. of 207)
-py yes for all queries.
-pn no for all queries.
Samples of ISO Creator
miso.exe tools.iso -c tools -c "back up\magiciso" -l "TOOLS CD"
1. If tools.iso doesn't exist, then create tools.iso.
2. Create the "tools" folder in the root directory of the ISO image file.
3. If the "back up" folder doesn't exist, then first create the "back up" folder in the root directory of the ISO image file. After that, miso creates the "magiciso" folder in the "back up" folder.
4. Set the volume label of the ISO image file to "TOOLS CD".
miso tools.iso -f tools -a *.exe -a "c:\compiler tools"
1. If tools.iso doesn't exist, then create tools.iso.
2. Set the "\tools" folder as the current working folder.
3. Add "*.exe" files into the "\tools" folder
4. Add the "c:\compile tools" folder into the "\tools" folder.
miso tools.iso -f tools -x c:\tools *.exe
1. If tools.iso doesn't exist, then create tools.iso.
2. Set the "\tools" folder as the current working folder.
3. Extract "\tools\*.exe" (includes *.exe files in subfolders) to c:\tools.
miso tools.iso -d *.exe
1. If tools.iso doesn't exist, then create tools.iso.
2. Delete all "*.exe" files in the root directory of tools.iso
miso tools.iso -d *
1. Empty tools.iso
miso tools.iso -l3 -ab "c:\98_inst\bootxp.bif"
1. If tools.iso doesn't exist, then create tools.iso.
2. Enable ISO Level 3 format
3. Add the "bootxp.bif" bootable image file into the ISO image file.
If anyone finds a better one, even one that can be used in pure DOS, please let me know.
Thank you again, Brother Wengier, for your help!