So i want to make something like jarvis on my mac. So im using applescript. But im a beginner so i dont know much about applescript. Currently Im using the command script:
DO SHELL SCRIPT "OPEN -a MAINSTAGE"
SAY "YES SIR"
and that works but....I have to do that on every application and folder I have which takes forever. Also, I have to make a new script like that everytime I download or make a new folder so that I can open it with my voice. I know there is a better way to do this like where if I say to open MainStage or somethinitl Search mac for mainstage and open or if I dont have it downloaded it say that it cant find it or something......and as for making it so I can speak it and it open im just saving it as a application and then saying to "make this speakable" with the built in voice commands. Also, iTunes, I dont want to make a script for Every single song seperately so I can play any song in iTunes....I know there is a way to make it so if I say "Play back in black" it will search itunes and play the song when it finds it. Or I can say to play another song and it searches itunes until it finds it and then plays it....I want to make all that in one script a quicker cleaner way so i dont have to make like 500 scripts for my 500 songs. I hope you can help!
Thanks
DO SHELL SCRIPT "OPEN -a MAINSTAGE"
SAY "YES SIR"
and that works but....I have to do that on every application and folder I have which takes forever. Also, I have to make a new script like that everytime I download or make a new folder so that I can open it with my voice. I know there is a better way to do this like where if I say to open MainStage or somethinitl Search mac for mainstage and open or if I dont have it downloaded it say that it cant find it or something......and as for making it so I can speak it and it open im just saving it as a application and then saying to "make this speakable" with the built in voice commands. Also, iTunes, I dont want to make a script for Every single song seperately so I can play any song in iTunes....I know there is a way to make it so if I say "Play back in black" it will search itunes and play the song when it finds it. Or I can say to play another song and it searches itunes until it finds it and then plays it....I want to make all that in one script a quicker cleaner way so i dont have to make like 500 scripts for my 500 songs. I hope you can help!
Thanks