Kinook Software Forum

Go Back   Kinook Software Forum > Visual Build Professional > [VBP] Frequently Asked Questions > Scripting

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 06-19-2009, 12:39 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
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
	Builder.LogMessage "Running in GUI"
ElseIf Application.Context = vbldContextCommandLine Then
	Builder.LogMessage "Running in console"
Else
	Builder.LogMessage "Running via object model"
End If
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is On



All times are GMT -5. The time now is 06:35 AM.


Copyright © 1999-2023 Kinook Software, Inc.