The Spot Finders – The Spot Finders- Terminal – Tutorial

The Spot Finders - The Spot Finders- Terminal - TutorialHere’s the link for download: goo.gl Help me out guys or girls i would like to create a mac application with three buttons: Hide icons, show icons and quit! but the only one i no of is the quit one. i would like to be able to know that when the hide button is tapped it will run the hide icons script (listed below) and the same with the show one only it will run the show icons script (listed below as well). i need some help!! if u can make a tutorial about it and place it in the video responses section or if u no of a tutorial about it plse paste the link to it in the comments bit. thnx here’s the scripts hide icons: tell application “Terminal” activate do shell script ” defaults write com.apple.finder CreateDesktop -bool false” do shell script “killall Finder” do shell script “exit” end te