Forum: [VBP] General Discussion
01-26-2006, 06:04 PM
|
Replies: 1
Views: 8,950
Logging in JScript
How do I log a message in JScript? I want to log in the format
"Variable = " & VaraibleValue
Ken
|
Forum: [VBP] General Discussion
01-11-2006, 05:50 PM
|
Replies: 2
Views: 8,742
|
Forum: [VBP] General Discussion
01-11-2006, 05:38 PM
|
Replies: 2
Views: 8,742
Reurn Arguments from vbscript
I in using a vbscript item where I check some items. If it detects and error, it needs to return an error and stop the program flow. How do I return the value so that provokes the Build failure...
|
Forum: [VBP] General Discussion
10-21-2005, 11:45 AM
|
Replies: 5
Views: 10,933
|
Forum: [VBP] General Discussion
10-21-2005, 10:12 AM
|
Replies: 5
Views: 10,933
|
Forum: [VBP] General Discussion
10-20-2005, 04:51 PM
|
Replies: 5
Views: 10,933
|
Forum: [VBP] General Discussion
10-19-2005, 11:14 AM
|
Replies: 2
Views: 9,238
|
Forum: [VBP] General Discussion
10-19-2005, 10:48 AM
|
Replies: 2
Views: 9,238
Logging of Steps
I have some steps that I would like to add the loggin data that is printed out as I run. Both for logging and also to tell what actual file is being compile since some of these take quite a while. ...
|
Forum: [VBP] General Discussion
10-12-2005, 11:03 AM
|
Replies: 1
Views: 9,258
How do I append a Macro with more text?
I have a Macro called %PASS_LIST% that has a list of files that have passed during the build process and would like to keep appending file names to it. I can find examples of incrementing a macro...
|
Forum: [VBP] General Discussion
09-02-2005, 05:01 PM
|
Replies: 1
Views: 10,862
Nested macros
I am trying to use a crude version of macro arrays and running into issues. I would like it be able to have 3 (or more) macros with the names
SUMMARY0
SUMMARY1
SUMMARY2
and I would like to...
|
Forum: [VBP] Suggestions
09-01-2005, 10:38 AM
|
Replies: 3
Views: 15,110
|
Forum: [VBP] Suggestions
09-01-2005, 10:22 AM
|
Replies: 3
Views: 15,110
Indentation
Is there a way to automatically displays just the first two leaves of a tree or of all trees in my project steps. Its getting old going in and collapsing all of the trees to just two layers when I...
|
Forum: [VBP] General Discussion
08-31-2005, 03:37 PM
|
Replies: 1
Views: 9,289
Parameter Evaluation Order
When I pass parameters to a function, what order or when are the parameters evaluated. For instance, if I have the following parameters what are my dependencies...
MY_MACRO1 "Some Name"...
|
Forum: [VBP] General Discussion
08-17-2005, 04:17 PM
|
Replies: 6
Views: 11,804
|
Forum: [VBP] General Discussion
08-12-2005, 01:48 PM
|
Replies: 4
Views: 10,615
|
Forum: [VBP] General Discussion
08-12-2005, 11:48 AM
|
Replies: 4
Views: 10,615
|
Forum: [VBP] General Discussion
08-12-2005, 11:13 AM
|
Replies: 1
Views: 9,239
Modify %DATETIME%
I would like use a modified version of %DATATIME% in my code so that if I find an error in my compile, I need to save %DATETIME% - 1 Week vs the current. However, with all of the roll over...
|
Forum: [VBP] General Discussion
08-11-2005, 12:01 AM
|
Replies: 4
Views: 10,615
How to detect if registry key is defined
I need to determine if a registry key is defined before I use it. If it's not defined, then I have to define it.
How do I go about detecting if a registry value is defined?
Ken
|
Forum: [VBP] General Discussion
07-26-2005, 09:25 PM
|
Replies: 3
Views: 10,793
Email with hyperlinks
I am tying to craft an email that has hyperlinks in for the engineers to travers over to so they can see there failures. Its something like this. I am using the email feature on VBP.
Dear Sir,
...
|
Forum: [VBP] Third Party Tools
06-24-2003, 09:29 AM
|
Replies: 1
Views: 12,803
|