spartacus
12th August 2002, 13:12
How can I find the porting set version on a ERP/Windows system?

Thanks
Spartcus

jclju1
12th August 2002, 15:39
In cmd window on NT server start the command:

ntbshell -v

Of course, you have to set BSE and PATH variables before.

spartacus
12th August 2002, 16:06
Hi jclju1

can you tell me the syntax, setting an environment var on NT?

Thanks
Spartacus

klesch
12th August 2002, 16:13
spartacus, you should first check how your variables are set on your system.

Go to cmd window and type the following:

echo %path%
It should also contain the bin directory of your Baan installation.

echo %bse%
It should contain base directory of your Baan installation.

If this variables are not correctly set, you should correct them using Control Panel / System / Advanced / Environment variables.

I hope that this helps.

spartacus
12th August 2002, 16:29
Hi all

thanks a lot, your support helps.


Spartacus