| View previous topic :: View next topic |
| Author |
Message |
helpme
Joined: 22 Apr 2007 Posts: 33
|
Posted: Mon Jun 04, 2007 12:44 am Post subject: Read/write to config file |
|
|
Dear Autohotkey experts,
Is it possible to create a config file and read/write to it? I would like to create a GUI to allow users to configure my AutoHotkey program.
Can this be done? |
|
| Back to top |
|
 |
aCkRiTe
Joined: 21 Jul 2006 Posts: 555
|
Posted: Mon Jun 04, 2007 12:47 am Post subject: |
|
|
Take a look at the following commands...
Iniread
IniWrite
IniDelete
HTH... |
|
| Back to top |
|
 |
|