Jump to content

Recommended Posts

Posted

Hi all.

I'm new of autoit and i like it very mutch.

I'm new also in this forum ;)

I need help about reading ini files.

I use the iniread function to read my ini file but the result is always the default value.

My test script:

$sede = INIRead (@ScriptDir & "\config_send.ini", "config_send", "struttura", "Not_found")
Msgbox (0, "Result!", "result: " & $sede)

My ini file:

[config_send]
; config file
host_remoto=http://www.xxxxxxxxx.xxx/ftp/API_get_timb.php
file_scarico_esito=esito.txt
file_timbrature=timb2.txt
file_bk_timbrature=timb2.sav
struttura=prova

Anyone can explain me where i'm wrong?

Tnx you

Bye

Tommaso

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...