Quote:
Originally Posted by loopholbrook
[You must be logged in to view images. Log in or Register.]
I must be retarded because none of this is working. Granted I don't know much about computers, but I thought I had enough to do something this simple. I have the same path as you so, I don't know why it isn't working.
I think automator is my problem, not quite sure how to use it. Is this how it should look when I'm making the app?
|
Interesting... I've never played with Automator before. I'm still new to OSX, it's only been a few weeks since I got this macbook. So, I had approached this as I would in linux or bsd, just using the terminal. However, after looking at your screenshot and playing with Automator a bit, I think I figured out what your trying to do.
You only need to use the "Run Shell Script" action, get rid of the Finder action you have there. You can type something similar to the following, in the text box where it says "cat" in your screenshot:
Quote:
cd ~/.wine/drive_c/Program\ Files/Sony/Project1999
/opt/local/bin/wine start eqgame.exe patchme
|
This is what I used in Automator then saved it to my desktop. Of course, our paths to the eqgame and wine executables might be different, so you might need to make changes.
Let me know how you get on with this... hope it helps