Some Help

Firstly, I could not find any good documentation of AppleScript with google so I gave up, if anyone can point me somewhere it would be greatly appreciated. Second, the reason I want to learn apple script:

OS X will not let you add .exe files to your dock (which I run with Darwine) and I’m having trouble coming up with a way to get around this. Can anyone show me how to write a script that ‘wabbitemu.exe’ inside the folder ‘wabbitemu Folder’ inside ‘Applications’ with ‘WineHelper’ inside folder ‘Darwine’ inside ‘Applications’. Next, I would like to add this script to my dock.

Thanks for any help!

==Speler

Applescript Sourcebook on this site a good start.

or http://developer.apple.com/documentation/AppleScript/Conceptual/AppleScriptLangGuide/AppleScriptLanguageGuide.pdf

Just make a Applescript application that open your .exe on run, then drag and drop onto dock

Have fun

Thanks alot, I’m still having some trouble though, I can’t figure out how to do this, do I need to tell Darwine to open it, and if I do how do I tell appleScript where to find it? I’m sorry, I have no experience with scripting.

EDIT: Never mind, I got it working.