|
|
6#

楼主 |
发表于 2006-6-28 15:03:42
|
只看该作者
我找到的都是未注册版的。
MagicISO Console v2.8.64
Copyright (C) 2002, 2003, 2004, 2005 MagicISO Inc.
This is unregistered version, Can't Save or burn an image greater than 300MB
Usage: miso Imagefile [commands]
Commands:
-f dir Set the working directory in ImageFile, Default: \ (Root)
-a file/folder Add files/folders into ImageFile
-x dir [wildcard] Extracting files and folders with subfolder from
ImageFile to directory
-c foldername create new folder
-d wildcard Delete the files/folders
-l VolumeLabel Set volume label into 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 -l1 = ISO Level 1(DOS: Max. of 11 = 8+3 chars)
-l2 -l2 = ISO Level 2(Windows/Unix: Max. of 31 chars)
-l3 -l3 = ISO 9660:1999 v2 (Max. of 207)
-k1 Convert all letters in FileName to uppercase
-k2 Keep the original FileName
-k3 Convert all letters in FileName to lowercase
-cd List all of the present CD/DVD driver
-py Yes for all queries.
-pn No for all queries.
-b [CDID] Burn CD/DVD by the specified CD/DVD-R/RW driver
-e [CDID] Erase CD-RW/DVD-RW
-be [CDID] If necessary, Erase CD-RW/DVD-RW before burning
Examples:
miso tools.iso -c tools -c "back up\magiciso" -l "TOOLS CD"
1. Create tools folder in root directory
2. Create magiciso folder in "back up" folder
3. Set volume label to "TOOLS CD".
4. If tools.iso is not exist, then create tools.iso.
miso tools.iso -f tools -a *.exe -a "c:\compiler tools"
1. Add *.exe files into \tools
2. Add "c:\compiler tools" directory into \tools
miso tools.iso -f tools -x c:\tools *.exe
1. Extracting \tools\*.exe (with subfolder) to c:\tools
miso tools.iso -d *.exe
1. Delete *.exe
miso tools.iso -f "back up\magiciso" -d *.exe
1. Delete "\back up\magiciso\*.exe"
miso tools.iso -d *
1. Empty tools.iso
miso.exe tools.iso -cd
1. List all of the present CD/DVD driver
Please notes: miso.exe ignores the "tools.iso" parameters.
miso.exe tools.iso -e 2
1. Erase CD-RW/DVD-RW disc in the second DVD writer on the system.
miso.exe tools.iso -b 2 -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".
5. Save tools.iso
6. Burn tools.iso onto CD or DVD by the second DVD writer on the system.
miso tools.iso -be 2 -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.
5. Save tools.iso
不知有没有已注册的DOS版的。
[ 本帖最后由 阿尔法孝直 于 2006-6-28 04:10 PM 编辑 ] |
|