Wengier老大:
我终于找到一个可在(Windows的)DOS下用命令方式向ISO中加入文件的软件
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 file on Window GUI, but it is also able to creates ISO image files on Windows command line. you can find miso.exe that is MagicISO command line utility in MagicISO installation directory.
Commands of miso.exe
Commands Paramenters Description
-f dir Set the working directory in ImageFile, Default: \ (Root)
-a file/folder Add files and folders into iso image file
-x dir Extracting files and folders with subfolder from iso image file to directory
-c foldername create new folder
-d wildcard Delete the files/folders within 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 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 "tools" folder into root directory of iso image file.
3. if "back up" folder doesn't exist, then create "back up" folder into root directory of iso image file first. After that, miso creates "magiciso" folder into "back up" folder.
4. Set volume label of 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 "\tools" folder to the current working folder.
3. Add "*.exe" files into "\tools" folder
4. Add "c:\compile tools" folder into "\tools" folder.
miso tools.iso -f tools -x c:\tools *.exe
1. If tools.iso doesn't exist, then create tools.iso.
2. Set "\tools" folder to the current working folder.
3. Extract "\tools\*.exe" (includes *.exe files in subfolder) to c:\tools.
miso tools.iso -d *.exe
1. If tools.iso doesn't exist, then create tools.iso.
2. Delete all "*.exe" files within 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 "bootxp.bif" bootable image file into iso image file.
如有誰发现更好的,甚至在纯DOS中能用的请告诉我。
再次谢谢Wengier兄的帮助!
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!