It is currently March 29th, 2024, 1:51 pm

AutoIt Config Tools

Post reviews, recommendations and questions about other software.
User avatar
Klexur
Posts: 42
Joined: May 4th, 2009, 2:05 am

AutoIt Config Tools

Post by Klexur »

okay, sorry if this isn't the right place for this if it isnt could a mod pls move it :confused:

so i've been playing around a lot with the code in fediaFedia's varient of Kaelri's config tool and decided i wanted multiple tab support for changing multiple variable files.

in creating my new version i had to change the basic file system for the config tool since i couldnt get the original to work when involving multiple files.
so instead of this in the .cfg file:

Code: Select all

[Variables]
UserName
Enter your username.
SubName
Enter the name you wish to replace UserName with.
HDD1
Drive letter of your first hard disk.
HDD2
Drive letter of your second hard disk.
HDD3
Drive letter of your third hard disk.
HDD4
Drive letter of your fourth hard disk.
it is now like this:

Code: Select all

[Descriptions]
Skin=The theme style to apply to the skins.
UserName=Enter your username.
SubName=Enter the name you wish to replace UserName with.
HDD1=Drive letter of your first hard disk.
HDD2=Drive letter of your second hard disk.
HDD3=Drive letter of your third hard disk.
HDD4=Drive letter of your fourth hard disk.
so in essence there can now be two files (the variable containing file, and the variable description file) or just one file (with both the variables and descriptions)

i've created a version that is mostly working, and if anybody is interested in helping me, just reply and let me know.
The quiet and inquisitive one.