What apps have you made using AppleScript? Post your apps and tell us what they do.
I've made a few small ones but nothing much.
20 replies to this topic
#1
Posted 01 June 2006 - 11:27 PM
#2
Posted 02 June 2006 - 01:43 AM
Thanks for starting this thread!
I stickied and adjusted the title.
I stickied and adjusted the title.
#3
Posted 02 June 2006 - 02:33 AM
It's awesome. I'm sure you non-Windows users will agree.
Attached Files
#4
Posted 02 June 2006 - 02:52 AM
Here's one to kill the Finder on startup and make it easier to surf your Mac using the Terminal.
Let me know if the enabler actually works, though, because if not, I need to change the script. The restart command is a legacy command and I'm not sure if it will absolutely work or if will give you a "can't do it" error.
OK, made one other change, which is just a name change. Everything else is the same, but the new name is more indicative of what it does.
Let me know if the enabler actually works, though, because if not, I need to change the script. The restart command is a legacy command and I'm not sure if it will absolutely work or if will give you a "can't do it" error.
OK, made one other change, which is just a name change. Everything else is the same, but the new name is more indicative of what it does.
Attached Files
#5
Posted 03 June 2006 - 02:46 AM
I completely forgot about this one I did. It's the Birthday Script, but BE WARNED--it is profane. Now that you have been warned, find out just how filthy mouthed your Mac really is.
You have been warned, so no complaints.
You have been warned, so no complaints.
Attached Files
#6
Posted 03 June 2006 - 06:08 AM
Happy Birthday to you too.
#7
Posted 05 June 2006 - 01:49 AM
Glad you liked it, colonels, lol.
Now I'm working on perceting Damned (The AppleScript From Hell).
Now I'm working on perceting Damned (The AppleScript From Hell).
#8
Posted 05 June 2006 - 01:58 AM
lol!!!!!
#9
Posted 05 June 2006 - 02:28 AM
Here is Damned, the AppleScript From Hell. In order to use it, you will need to enable access for assistive devices in the Universal Access preference pane.
Attached Files
#10
Posted 05 June 2006 - 02:34 AM
btw colonels1020 hav u made an osx icon of ur kfc bucket??
#11
Posted 05 June 2006 - 05:06 AM
I made an icon for my Colonels Paint app. Do you want it?
#12
Posted 05 June 2006 - 06:10 AM
whats colonels paint?
#13
Posted 05 June 2006 - 06:42 AM
Moose, Damned Script just shows the power of OSX. If something like that would have run in Windows, it would be dead.
For proof try this
Goto C:\ -> New Text Document -> Type in Call A.bat (Try Call A if this doesnt work) -> Save -> Rename New Text Document to A.bat. -> Click A.bat and see Windows Crash and Burn.
NOTE: You Must have "Hide File Extensions Of known Filetypes" Disabled for this to work.
For proof try this
Goto C:\ -> New Text Document -> Type in Call A.bat (Try Call A if this doesnt work) -> Save -> Rename New Text Document to A.bat. -> Click A.bat and see Windows Crash and Burn.
NOTE: You Must have "Hide File Extensions Of known Filetypes" Disabled for this to work.
#14
Posted 11 June 2006 - 04:30 AM
Quote
whats colonels paint?
Colonel Paint is the app that I made.
http://forum.osx86pr...showtopic=18081
#15
Posted 16 June 2006 - 07:51 PM
Here's another basic script that I made.
Try it on your friends and tell them that it's an update or something.
It opens most of the basic Mac apps one after another continuously. Some of the apps that it opens are from iLife '06, so make sure that you have that too.
Try it on your friends and tell them that it's an update or something.
It opens most of the basic Mac apps one after another continuously. Some of the apps that it opens are from iLife '06, so make sure that you have that too.
Attached Files
#16
Posted 19 April 2008 - 07:46 AM
I made a ton of scripts...
-"OCD My Windows" is a fairly easily moddable script, tat when run, puts the windows of all the stuff I usually have open into it's place. But I don't give that one out to anyone...ask my privately if you want it.
-"Auto Reply Bot" AKA CarterBot is a huge script for the Leopard version of ichat. It has a huge list of text triggers that anyone you're talking to can say, and it will react instantly with a programmed or random answer. Again, also by request only...
-"Change Play Count" is a short script for iTunes that allows the user to edit the selected song's play count...that will be available in the next version of xMod, so I'm not giving out the script file just yet.
I have written bunches and bunches for my application, xMod, and even more just for my convenience. I consider myself an AppleScript and AppleScript Studio master, so if anyone needs a custom script, just let me know!
-"OCD My Windows" is a fairly easily moddable script, tat when run, puts the windows of all the stuff I usually have open into it's place. But I don't give that one out to anyone...ask my privately if you want it.
-"Auto Reply Bot" AKA CarterBot is a huge script for the Leopard version of ichat. It has a huge list of text triggers that anyone you're talking to can say, and it will react instantly with a programmed or random answer. Again, also by request only...
-"Change Play Count" is a short script for iTunes that allows the user to edit the selected song's play count...that will be available in the next version of xMod, so I'm not giving out the script file just yet.
I have written bunches and bunches for my application, xMod, and even more just for my convenience. I consider myself an AppleScript and AppleScript Studio master, so if anyone needs a custom script, just let me know!
#17
Posted 28 August 2008 - 10:50 PM
Here's one I just made. It opens the Finder to where the intro movie/sound clips are stored so you can copy them to anywhere you like. (or just see/listen to them)
Get_intro_Movie_Sound.app 13.46K
7 downloads
Have fun!
Ok, got a new one. This little handy tool gives you 3 options (Restart Finder, Restart Dock, and Empty Trash).
Simple_Utilities.app 13.46K
10 downloads
Get_intro_Movie_Sound.app 13.46K
7 downloadsHave fun!
Ok, got a new one. This little handy tool gives you 3 options (Restart Finder, Restart Dock, and Empty Trash).
Simple_Utilities.app 13.46K
10 downloads
#18
Posted 29 January 2009 - 04:14 PM
Hi all,
I'm after an Applescript which will launch automatically as a login item, wait for 5 minutes then restart the Mac without the need for user intervention.
The reason I want this functionality is to test machines which have intermittent kernel panics. These are often related to the Airport Extreme card or the ATI graphics chip and occur most frequently on startup. You sometimes need to restart the machine by hand for hours so a script which allowed the machine to boot, pause and then restart automatically would be really useful.
Can anyone help?
Thanks,
David
I'm after an Applescript which will launch automatically as a login item, wait for 5 minutes then restart the Mac without the need for user intervention.
The reason I want this functionality is to test machines which have intermittent kernel panics. These are often related to the Airport Extreme card or the ATI graphics chip and occur most frequently on startup. You sometimes need to restart the machine by hand for hours so a script which allowed the machine to boot, pause and then restart automatically would be really useful.
Can anyone help?
Thanks,
David
#19
Posted 07 February 2009 - 12:27 PM
#20
Posted 27 February 2009 - 08:01 AM
We have recently created AppleScript tutorials and also collected as many AppleScript references as we could find. To many to post here so look at:
applescripts.thompson-solutions.com
applescripts.thompson-solutions.com
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account









