Command Line Arguments
- Last UpdatedJan 06, 2026
- 1 minute read
|
-f <macro-filename> |
Process the specified macro file (see ImPLANT-I.exe Profile Macro) |
|
-c <macro-filename> |
Process the specified macro file, suppressing the console banner |
|
-o <filename> |
Redirect the standard output to the specified file, i.e. create a message file. |
|
-w lines |
Set the output window size. If the number of lines is negative the window will appear minimized. If lines equals 0 the window will not appear. |
Example:
Macro_file.mac
units metre
STRUC
$m/scriptfiles/profiles_din.imp
gen pdms /results/example.mac
isff /dgnfiles/inputfile1.dgn
isff /dgnfiles/inputfile2.dgn
fin
From the command line:
ImPLANT-I.exe -f 'Macro_file.mac' -o 'std_output.txt'
This will generate a .mac file called example.mac that can be loaded into DESIGN and a report file called std_output.txt that can be read into any text editor, for example, notepad.