sumit Posted December 1, 2007 Posted December 1, 2007 I have made five different programs ( I also have their scripts ) ... now what is the safest way to create a gui which have options to chose to run any of the programs... or in other words combine all five codes into one big code with a gui to execute different codes.... making sure they dont conflict with each other.
Zedna Posted December 1, 2007 Posted December 1, 2007 Compile each script into EXE and make your GUI as separate script which will FileInstall and Run these EXE files.For making GUI look at Koda. Resources UDF ResourcesEx UDF AutoIt Forum Search
sumit Posted December 1, 2007 Author Posted December 1, 2007 Compile each script into EXE and make your GUI as separate script which will FileInstall and Run these EXE files.For making GUI look at Koda.I dont want to have six different files... i just want one exe file containing all
Zedna Posted December 1, 2007 Posted December 1, 2007 I dont want to have six different files... i just want one exe file containing allLook at FileInstall() into HelpFile.All EXE files will be included in ONE compiled GUI EXE file and at run it will make temporary EXE files in @Temp folder only. Resources UDF ResourcesEx UDF AutoIt Forum Search
sumit Posted December 1, 2007 Author Posted December 1, 2007 Look at FileInstall() into HelpFile.All EXE files will be included in ONE compiled GUI EXE file and at run it will make temporary EXE files in @Temp folder only.Thanks a lot buddy.. .. I should have crosschecked it
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