This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
inifile [2025/06/13 12:37] – cherin | inifile [2025/06/13 13:12] (current) – admin | ||
---|---|---|---|
Line 2: | Line 2: | ||
This section explains how to configure the gitwinch.ini file settings before launching the Git Winch application. All these settings are stored in the application' | This section explains how to configure the gitwinch.ini file settings before launching the Git Winch application. All these settings are stored in the application' | ||
+ | |||
+ | **Understanding the ini file** | ||
+ | |||
+ | The ini file contains several lines which has the following format: | ||
+ | |||
+ | < | ||
+ | |||
+ | i.e. you will see a name of the setting (one word), an equals-to sign and a value after that. | ||
+ | Do NOT change the name. That is important. You can only change the values //after// the equals-to sign.\ | ||
+ | |||
+ | These //setting// lines are gathered into various sections. Each section name (one word) is inside square brackets. Do NOT change the names of the sections. | ||
+ | |||
+ | **Configuration Steps** | ||
+ | |||
+ | * Close //Git Winch// if it was running | ||
+ | * Locate the //Git Winch// gitwinch.ini file in the application folder | ||
+ | * Open the file in any text editor (e.g. Notepad, Notepad++, VS-Code) | ||
+ | * Modify the required settings as per your needs | ||
+ | * Save the file | ||
+ | * Launch Git Winch application and the settings would take effect | ||
+ | |||
===== Work Section ===== | ===== Work Section ===== | ||
Line 12: | Line 33: | ||
* WorkFolderRoot=D: | * WorkFolderRoot=D: | ||
- | **How to set:** | ||
- | * Open the .ini file in a text editor | ||
- | * Locate the WorkFolderRoot line | ||
- | * Replace the path with a folder that has read/write permissions | ||
- | * Use absolute path (e.g., D:\data\) or relative path (e.g., data) | ||
- | **Important: | + | |
+ | **Important: | ||
==== WorkFolderWarn ==== | ==== WorkFolderWarn ==== | ||
Line 102: | Line 119: | ||
* TrLanguage=ml | * TrLanguage=ml | ||
For the full set of language codes, refer to [[https:// | For the full set of language codes, refer to [[https:// | ||
- | ===== Configuration Steps ===== | ||
- | |||
- | * Locate the Git Winch gitwinch.ini file in the application folder | ||
- | * Open the file in any text editor | ||
- | * Modify the required settings according to your environment | ||
- | * Save the file | ||
- | * Launch Git Winch application | ||
**Note:** Ensure all folder paths exist and you should be able to save here before starting the application. | **Note:** Ensure all folder paths exist and you should be able to save here before starting the application. |