Differences
This shows you the differences between the selected revisions of the page.
| 2009-09-07 | 2010-10-06 | ||
| no summary (martin) | emphasis that the config article shows how to save config to ini file (martin) | ||
| Line 2: | Line 2: | ||
| Generally the solution is to configure the settings in GUI. Script will in the most cases uses the preconfigured settings as default one. | Generally the solution is to configure the settings in GUI. Script will in the most cases uses the preconfigured settings as default one. | ||
| - | If you want to make your configuration portable, you can store it into an [[config|INI file]] and distribute the INI file with your script. | + | If you want to make your configuration portable, you can [[config|save it into an INI file]] and distribute the INI file with your script. |
| If the value of the option is not static you can generate the INI file before running the script. See examples below. | If the value of the option is not static you can generate the INI file before running the script. See examples below. | ||