Jump to content

One gui to run different programs


sumit
 Share

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

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