command_line_running
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| command_line_running [2011/11/27 12:09] – created johnsoevans | command_line_running [2025/09/19 15:18] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Command Line Mode ====== | ||
| + | You can run topas from the command line with: | ||
| + | |||
| + | c:>tc file.inp [> | ||
| + | |||
| + | This always works if you run from the main topas directory, it might work from other directories! | ||
| + | |||
| + | A useful tip to add information to the inp file at run time is: | ||
| + | |||
| + | tc test_examples\y2o3a.inp "macro aac$ { iters 3000 }" | ||
| + | |||
| + | The macro called " | ||