Hi all
I recently made a small calculator program and I was wondering how would I set the path so when I just enter "calc" then the calculator program would start without me having to enter
cd calc
./calc
I have googled but the tuorials tell me to direct it to
eg
% set path = ($path ~/calc/bin)
but I dont have a bin in my calc directory all that is in it is the executable and the source code for future use. Can someone please explain how to do it please?
Cheers
HLA91