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



2009/11/24 Manuel Fiorelli <manuel.fiorelli at gmail.com>:
> Is it too hard to extract "/home/manuel/Desktop/prova.mac SRC"? Then,
> I should use "filename_merge (path, filename)", right?

Even if I don't know Lisp I came to this code

:lisp (car (cdr (car (cdr (cdr (car $x))))));

Manuel Fiorelli