![]() |
Launching MacImage With a Command Line | |||
| Summary: Launching MacImage with a command line. Automatically opening the application by a double-clic on a project icon. Command line creation, file insertion, project refreshing, project compilation to produce the image file. | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Introduction
Files and Folders Inclusion (-i) macimage -i e:\projects\file.mipr c:\temp\folder\file.ext
In this command line, MacImage opens the project named file.mipr (or creates it if it doesn't exist) and includes the following item, c:\temp\folder\file.ext. This item is a file in this example, but could be a folder. In such a case, all files and folders contained within the folder are also included. macimage -i e:\projects\file.mipr $c:\temp\folder\file.ext
Note in this example the presence of the dollar sign in front of the file name. In such a case, MacImage opens the file and includes the files and folders listed in it (with full access path). Inclusion in the ISO View Only (-ii) macimage -ii e:\projects\file.mipr c:\temp\folder\*.*
This command line tells the program to add the whole content of the folder named "folder" to the project, but only in the ISO view. Note the use of the syntax "*.*" to include all files. Inclusion in the HFS View Only (-ih) macimage -ih e:\projects\file.mipr c:\temp\mac\*.*
Similarily, this command line includes the content of the folder named "mac" to the HFS view of the project. Project Labelling macimage -l e:\projects\file.mipr "Name with spaces"
This command line gives the label to both views. There is also a variant '-li' to only label the ISO view and '-lh' to only label the HFS view. Project Refreshing (-r) macimage -r e:\projects\file.mipr
MacImage opens the project named file.mipr and updates the dates and size of all files, and the contents of all folders (which are handled as if the Refresh contents flag was set). Project Compilation (-c) macimage -c e:\projects\file.mipr
MacImage opens the project file (file.mipr) and compiles it, producing a file named file.iso. Command Line Burning macimage -c e:\projects\file.mipr
Frequent Error Causes | |||
![]() |
|