Click to See Complete Forum and Search --> : How to link to an executable file.?


Belfagor
10-28-2002, 12:19 PM
hi how can i can make a launcher for an executable file...i can run it by going to the directory....thanks from now on...

z0mbix
10-28-2002, 12:26 PM
ln -s /home/user/executablefile.foo linkname

Just create the symlink or move the executable to /usr/local/bin or another location that is in your PATH variable.

echo $PATH

to view this.