prevari
11th March 2004, 12:59
Hi,
I can start BaanERP session from dos , like this:
bw C:\Program Files\BaanERP\lib\user\bg_pedja.bwc" "tfgld0107m000"
but, howe can I start baanERP menu from dos?
Pedja
send post on prevari@yahoo.com
NPRao
11th March 2004, 20:18
Pedja,
On ERP and with Worktop you cannot use the menu browser BW anymore, you can only open the specific WTD (worktop document file). You can also use -mi multiple instance option.
You need to specify the full path in DOS mode. Because of long path, you also need to surround the document path with quotes. i.e. -
"C:\Program Files\Baan\Worktop\Bin\worktop" "c:\program files\baan\worktop\docuemnts\test.wtd"
When specifying .bwc file and other settings you want to make, remember unique .bwc files should be used per .wtd document. If you use the same BWC file from within two .wtd documents and you open them both. When opening the second document Worktop "assumes" you want to use the same Baan login that was used when opening the first document. There is no work-around for this, it is a restriction of Baan Automation, or in fact from COM.
Darren Phillips
12th March 2004, 05:20
bw C:\Program Files\BaanERP\lib\user\bg_pedja.bwc "ttdskmbrowser"
this works on baanIV
prevari
12th March 2004, 10:28
Thanks Darren and Prashanth,
but I want to strat spesific baanERP menu for example "mtfgld0000m000". I try like this but it not works:
bw C:\Program Files\BaanERP\lib\user\bg_pedja.bwc" "mtfgld0000m000".
Pedja
prevari
12th March 2004, 10:43
Hi ,
I figure out:
bw C:\Program Files\BaanERP\lib\user\bg_pedja.bwc "ttdskmbrowser" -"mtfgld0000m000"
thanks again
Pedja