Quote:
Originally Posted by danik
mcedit is always just a link to mc. The decision, which part of mc to launch, is done according to the name of the program. So, if you don't like links  , you can just copy mc-executable and call it mcedit:
Code:
cd /mnt/us/local/terminal/
cp mc mcedit
and then you can use your alias to launch mcedit (but you won't be able to call it with a filename as a parameter (or you will have to provide the full path...))
|
Sorry, still does not work...
I used the cd and cp command.
When I try from /mnt/us/local/terminal/ to start mcedit (./mcedit) again still mc starts, not mcedit...