Jump to content

Recommended Posts

Posted

How do I save the ini file that the program is going to use as the program name?

Also, How do I get the ini file to save in the same directory that the program is in?

Posted

How do I save the ini file that the program is going to use as the program name?

Well... use the same name?

Also, How do I get the ini file to save in the same directory that the program is in?

If you use "name.ini" as the path in IniWrite() it will create the ini at the same directory of the script. However, if you want to make it.. stronger, use @ScriptDir & "\name.ini"

Posted

Well... use the same name?

If you use "name.ini" as the path in IniWrite() it will create the ini at the same directory of the script. However, if you want to make it.. stronger, use @ScriptDir & "\name.ini"

LoL.. sorry, I made the first part of that a little too difficult in my head.. Thank you for the second part.

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...