How to configure the path for Frams.exe ? 

Hi,

I try to launch frams.exe from another application, and thus from anothe=
r =

directory.
I've put c:\frams in the system path, but it doesn't work. I get these =

lines :

[WARN] VMNeuronManager::autoload - Can't open directory 'scripts'.
[WARN] UserScripts::autoload - Can't open directory 'scripts'.
[WARN] Frams::loadSString - can't open file "frams.ini"

what should I do ?

Alain

Forums: 
Maciej Komosinski's picture

> I try to launch frams.exe from another application, and thus from
> another directory.
> I've put c:\frams in the system path, but it doesn't work. I get these
> lines :
>
> [WARN] VMNeuronManager::autoload - Can't open directory 'scripts'.
> [WARN] UserScripts::autoload - Can't open directory 'scripts'.
> [WARN] Frams::loadSString - can't open file "frams.ini"
>
> what should I do ?

I don't know that other application... but I can think of
three solutions:

1. try to find an option to set the "current dir" for frams
in that other application
2. do it yourself, if the other application has some support
for scripting or calling setCurrentDir()-like functions
3. create a fram.bat or fram.cmd file where you have

c:
cd \frams
frams

MacKo