:~>Where do I click OR how can I create an icon to eject the zip drive?
:~>
:~>No, I don't want to type it in a terminal wondow all the time.


quick&dirty: 

1) make a script that does it:

#!/bin/sh
/usr/bin/eject <options>

2) make this script executeable:

chmod 755 <script>

3) add a link to the script on your desktop.  

4) give it a nice icon


cu
        Denis

Reply via email to