emani80
21st March 2002, 02:15
Is there any document which list possible environment variable which can be used with BW. ie in Command -- -set USER (etc)
Please help with that

~Vamsi
21st March 2002, 03:12
http://www.baanboard.com/baanboard/showthread.php?s=&threadid=95&highlight=user

emani80
21st March 2002, 22:20
Hi
I have a session programmed to run itself when called from bw.
bw tccus9100m000 which will run automatically. But now i have small issue, when i issue this command all forms open up on the screen (As i am passing events to session), and flow as i programmatically send events. I need this session to run without UI. on research i found ntbshell has an option -server (Run without user interface). Do any body has idea how to use this option?
I tried to set it in command of config
-- -set -server tccus9100m000 but i get error.

i also tried -- -server and -server. nothing works..I am trying on NT server. Also i tried -- -set -ba -server?

Any ideas?