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



Hello,
I wrote a batch script where I need to read some data from a file
(using "numericalio"). I'd like to specify
the pathname relative to the batch file, so that I can relocate the
script and the companion files.

How can I do that?

Manuel Fiorelli