How to open a file given its pathname relative to the current batch script
Subject: How to open a file given its pathname relative to the current batch script
From: Manuel Fiorelli
Date: Tue, 24 Nov 2009 01:45:08 +0100
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