What I want to do is have a small program that will show up in the menu bar and under it when you click it it will say quit. I want it to run two commands in this small program (it doesn't have to be in the menu bar if it is to hard to do)
#cd /Users/username/Desktop/smackbook
#pearl smack.pl
but what I would like if I were to give this to a few of my friends is that instead of having to put cd /Users/username/Desktop/smackbook/ is that the main directory for this program would be the folder it is in so I dont need to change "username" for each person I give it to.
Could someone show me how to do this?
Now if some of this may sound like nonsense don't get mad at me because I am new at this.
#cd /Users/username/Desktop/smackbook
#pearl smack.pl
but what I would like if I were to give this to a few of my friends is that instead of having to put cd /Users/username/Desktop/smackbook/ is that the main directory for this program would be the folder it is in so I dont need to change "username" for each person I give it to.
Could someone show me how to do this?
Now if some of this may sound like nonsense don't get mad at me because I am new at this.