How to open a file given its pathname relative to the current batch script



Thanks you, again! I put the following statements in a file called prova.mac:
x:1 + y;
:lisp $x

producing the following lisp code:

((MPLUS SIMP (0 /home/manuel/Desktop/prova.mac SRC)) 1 $Y)

Is it too hard to extract "/home/manuel/Desktop/prova.mac SRC"? Then,
I should use "filename_merge (path, filename)", right?

Manuel Fiorelli