mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mldonkey-users] Ways to start mldonkey


From: busterbunny
Subject: Re: [Mldonkey-users] Ways to start mldonkey
Date: Wed, 3 Jul 2002 14:05:27 +0200

Whoops, I'm wrong, double-clicking the file doesn't work. Here's the correct procedure :
- Write that in TextEdit :
#!/bin/sh
cd /path/to/mldonkeyfolder
./mldonkey > mldonkeylog.log

- Save it as "Anynameyouwant.command" in the ~/Library/Scripts/ folder
- Install ScriptMenu (http://www.apple.com/applescript/macosx/script_menu/) by dropping it in the menu bar - You're done ! Now you can start mldonkey by selecting "Anynameyouwant" in ScriptMenu.

How must the file suffix be?

 Make a shell script :

 #!/bin/sh
 cd /path/to/mldonkeyfolder
 ./mldonkey > mldonkeylog.log

 And save it with a .command suffix. Then you will just have to
 double-click that file to start mldonkey, and it will not open the
 Terminal.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]