Framsticks command line interface is free. It is faster and simpler than the GUI (no overheads), and it is recommended, especially for long-term experiments.
To learn about command-line parameters, run frams -?
To run the interactive command-line program (with its own shell),
just execute it. (For Windows console, run frams.exe;
for UNIX/Linux, run frams).
Enter help to see help, enter lm
to see more options. See frams.ini file, too. Note that
you can access class browser (it is also available in Framsticks GUI).
To quit the program, enter qu, or the End-Of-Line character
(^Z for Windows, ^D for UNIX/Linux).
You can use arguments, for example:
frams "lo e0.gen" "st 100000000" "sa last.gen" qu
means that you
frams "lo exp_03.expt" "go"
means that you
You can use batch mode, for example:
frams < commands.txt
where commands.txt file contains the commands you would enter interactively.
See cliutils.ini file for more examples.