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 00:39:12 +0100
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