Skip to content

Running

Gabriele Antolini edited this page May 10, 2022 · 6 revisions

PRAGA can be run in 3 different modes:

  1. Graphical User Interface (GUI)
  2. console mode
  3. batch mode

The GUI running mode lets you interact with the graphical interface and is the common way. With GUI you can visualize data on maps and plots. You can set interactively all the options and parameters.

The console mode is where you can test PRAGA shell commands. This mode is accessed by using console as argument when running PRAGA (i.e. PRAGA.exe console).

With batch mode you can send PRAGA a script file containing several shell commands. This is commonly useful when you have operations tasks which can be triggered on a regular basis. This mode is accessed by using the script filename as argument when running PRAGA (e.g. PRAGA.exe myScript.txt).

Clone this wiki locally