I have asked 2 questions before and both times when I asked them I was given good pointers but ended up figure it out myself. I am here once again in an attempt to ask a question and hopefully be able to solve it with your help.
What I am looking for is a way to install your choice of 1 to 26 items at a time (installing multiple from the list if so choose) with a switch at the bottom to allow you to select all of them. I will need to run a check of the os since the files that need to be checked for are in 2 different spots in 10.4 and 10.5
run down on what i need:
- Check the os version and place it in the variable
- check if a file exists in the folder, if not, then copy it there
- a way to install the items that the user selects
I am attempting to use xcode, however, I was wondering if there is a better program to use. I know that i will need to have an array to copy the items to so it will be read into.
Please help me or point me in the right direction again.
What I am looking for is a way to install your choice of 1 to 26 items at a time (installing multiple from the list if so choose) with a switch at the bottom to allow you to select all of them. I will need to run a check of the os since the files that need to be checked for are in 2 different spots in 10.4 and 10.5
run down on what i need:
- Check the os version and place it in the variable
- check if a file exists in the folder, if not, then copy it there
- a way to install the items that the user selects
I am attempting to use xcode, however, I was wondering if there is a better program to use. I know that i will need to have an array to copy the items to so it will be read into.
Please help me or point me in the right direction again.