the file SOFTWARE.INI is used through Toutatis.exe for several options.
how to read it
  Section: [Section]
  Property: Property=Value
NB: Property=
    if Value is empty, the property is ignored
--------------------------------------
[Toutatis]
Title=KOB
CSDrivers=POD,PZ,PCB,
Button1_Title=OpenDate printers
Button2_Title=Zebra printers
Button2_Drivers=PZ,PIPL,PCB

[Passwords]
Settings=677533
;Settings=

[CodesoftUserIni]
HomeOffset=HomeOffset
Speed=Speed
HeatAB=Burn
HeatBA=
Pressure=Pressure
Timeout=TimeOut
SystemVariables=Ribbon compensation (SYSRIBTFR)
PaperSize=
PaperWidth=
PaperLength=
ThtOptions=
InterCut=inter cut
MaxGraphics=
PaperFeedMode=
Init=
SupportType=
Version=
Flags1=
Flags2=
ImageOptions=
OptionsPrn=

[CodesoftUserIni_Fields_Other]
Speed=Speed
Timeout=
PaperSize=
PaperWidth=
PaperLength=
ThtOptions=
InterCut=
MaxGraphics=
PaperFeedMode=
Init=
SupportType=
Version=
Flags1=
Flags2=
ImageOptions=
OptionsPrn=
Country=Country
HeadTemp=Temperature
InterCut=InterCut

[CodesoftGlobalVariables]
@INTERCUT=
@LABELCPY= 
@LABNAME=@LABNAME
@PAGECPY=
@SERIALQTY=



explanation:
------------------------------------------------------
  SECTION    TOUTATIS
  -------------------
=====================================================
Toutatis/Title: 
===================  when running, the software name is changing.
ex: running Toutatis.exe, new software name is: KOB

=====================================================
Toutatis/CSDrivers:
=================== when running, the software can work with printers
managed by the following codesoft drivers.
ex: OpenDate driver is POD, Zebra driver is PZ

=====================================================
Toutatis/CSDrivers=POD,PZ,PCB,
=================== when selecting the printers, only these printers
families are selected.
NB: POD=OpenDate, PZ=Zebra, PIPL=Intermec, ...
see the file Printers.inf from Codesoft first versions (CS 4, 5)

=====================================================
Toutatis/Button2_Drivers=PZ,PIPL,PCB
=================== printers families managed through the "Second"
button in the main screen

=====================================================
Toutatis/Button1_Title=OpenDate printers
Toutatis/Button2_Title=Zebra printers
=================== titles for the 2 buttons in the main screen

=====================================================
Passwords/Settings:
=================== when opening Settings, if the password in the 
dialog box is different to this value, some buttons/features are hidden.
remark: the following sample means No PASSWORD
[Passwords]
Settings=

=====================================================
[CodesoftUserIni]
HomeOffset=HomeOffset
Speed=Speed
HeatAB=Burn
HeatBA=
...
 
 fields to link to the DataBase on "Opendate" part


=====================================================
[CodesoftUserIni]
HomeOffset=HomeOffset
Speed=Speed
HeatAB=Burn
HeatBA=
...
 
 fields to link to the DataBase on "Opendate" part
 comes from User.ini, "OpenDate printers" part

=====================================================
[CodesoftUserIni_Fields_Other]
Speed=Speed
Timeout=
PaperSize=
PaperWidth=
...
 fields to link to the DataBase on "Other printers" part
 comes from User.ini, "others printers" part
=====================================================
[CodesoftGlobalVariables]
@INTERCUT=
@LABELCPY= 
@LABNAME=Full file name
@PAGECPY=
@SERIALQTY=
 fields to link to the DataBase both parts
 @LABNAME: if not empty: take the database field value to find the path/file names
    
 
