FireLordZi Posted February 7, 2008 Posted February 7, 2008 (edited) 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 February 7, 2008 by FireLordZi While Alive() { DrinkWine(); }AutoIt Programmer
Moderators SmOke_N Posted February 7, 2008 Moderators Posted February 7, 2008 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.
Achilles Posted February 7, 2008 Posted February 7, 2008 Search a bit before you post... My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now