|
<< 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 |
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).

browser in the same window

browser in a separate window
set WHShell = CreateObject("Wscript.Shell")
DBWAloneExe = chr(34) & "<full path of DBWAlone.exe>" & chr(34) & " -NoStartApplication -OpenBrowserInASeparateWindow"
res = WHShell.Run(DBWAloneExe)