Posted: Fri 12 Aug 2005, 23:49 Post subject:
Re: Condencing /root/byond/bin/DreamSeeker to ./DreamSeeker
flamesage wrote:
How can I have it where I can just type in ./DreamSeeker
instead of ALWAYS doing.
/root/byond/bin/DreamSeeker?
(in the console)
Code:
./myprogram
is only used when you want to run the program that is the current working directory (cwd).....
but I guess you just want to type
#DreamSeeker
create a symbolic link as follows
#ln -s /root/byond/bin/DreamSeeker /root/my-applications/bin/DreamSeeker
as /root/my-applications/bin is in your path it will find DreamSeek
supplying
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum