david7
23rd April 2008, 12:05
Hi,
I would like to set a default command for all my users.
My bshell command is:
-set BAAN_WIN_TITLE="%s: %S [%c]" -set BSE_STD_PROGRAM=ottstpdyncnvstp.
I do not want to go and change this for all my users one by one. Can I change the default command? How?
- D7
mark_h
23rd April 2008, 17:01
My first thoughts are to include these in the login script every user executes. I do not know how that actually works and I will move this to the admin forum to see if it gets more hits. What I am thinking is on our system there is a file in $BSE/lib/defaults called bshell, which is what goes in the users .bwc file. This gets executed for every user and I think you can make changes there for things like this.
NPRao
23rd April 2008, 19:37
-set BAAN_WIN_TITLE="%s: %S [%c]" -set BSE_STD_PROGRAM=ottstpdyncnvstp.
David,
In LN Version it is better to add the BAAN_WIN_TITLE in $BSE/lib/bse_vars file and it will work for BW, Worktop or Webtop interfaces.
-set BSE_STD_PROGRAM=ottstpdyncnvstp
I think you should remove this entry. This is applicable only for the Dynamic Form conversion program and not for end users.