|
|
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 [wildcard] |
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.
|