Jump to content

Skin Loading


Recommended Posts

I want to load different skins from different folder depending on what my ini says. But how can I do this, I know the .ini part but it would have to restart itself after it chooses a skin, and I tried

Exit 0
Run("test1.au3")

and it didn't work?

so how can I get it to restart?

Edited by FireLordZi
While Alive() {
	 DrinkWine();
}
AutoIt Programmer
Link to comment
Share on other sites

  • Moderators

I want to load different skins from different folder depending on what my ini says. But how can I do this, I know the .ini part but it would have to restart itself after it chooses a skin, and I tried

Exit 0
Run("test1.au3")

and it didn't work?

so how can I get it to restart?

Just throwing up two lines of code that have absolutely nothing to do with your topic isn't much of an effort.

If you ran:

Exit 0
MsgBox(64, "Info", "Bet You Didn't Get This MessageBox!")
What do you get?

Now follow the logic of your posted code,and put a bit more effort in either the question and or the code itself.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...