How to determine if build is running in GUI or console app
Use the Application object's Context property.
http://www.kinook.com/VisBuildPro/Ma...xtproperty.htm For instance, within a VBScript Run Script step: Code:
If Application.Context = vbldContextGUI Then |
All times are GMT -5. The time now is 07:17 PM. |
Copyright © 1999-2023 Kinook Software, Inc.