Brx extension and using files not in the runtime folder
Hi,
We have a couple of extensions (.brx) that we run certain specific commands from.
My question is this, here is an example.
If I would like to use a file we have created and it is saved in the runtime folder (same as our .brx file) then I can type the following in the command window and it works:
command:** (ourextension.brx \"ourfile.mni" )** - successful
If I store the file "ourfile.mni" somewhere else, for instance in C:\TEMP folder.
How can I still manage to type the command above without giving the whole path to the file, is that even possible?
command:** (ourextension.brx \"ourfile.mni" )** - NOT successful
command:** (ourextension.brx \"C:\TEMP\ourfile.mni" )** - successful
Thanks..
/YBS
Comments
-
I suppose this is related to the SRCHPATH setting?
0 -
Yep, that was it
Thanks..0