DBWorks Stand Alone Server: OpenBrowserInASeparateWindow command line option

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Programmer's Guide > DBWorks StandAlone Server >

DBWorks Stand Alone Server: OpenBrowserInASeparateWindow command line option

Description

When passed to the command line of DBWAlone.exe (the DBWorks Standalone executable) it forces the DBWorks Standalone Server to open the Browser in a separate window (as it was for DBWorks 2007).

SAbrowserIN

browser in the same window

 

SAbrowserOUT

browser in a separate window

Example

set WHShell = CreateObject("Wscript.Shell")

DBWAloneExe = chr(34) & "<full path of DBWAlone.exe>" & chr(34) & " -NoStartApplication -OpenBrowserInASeparateWindow"
res = WHShell.Run(DBWAloneExe)