Forum: [VBP] General Discussion
05-29-2003, 04:00 PM
|
Replies: 3
Views: 14,193
|
Forum: [VBP] General Discussion
05-29-2003, 01:41 PM
|
Replies: 3
Views: 14,193
|
Forum: [VBP] General Discussion
05-28-2003, 06:08 PM
|
Replies: 9
Views: 17,441
|
Forum: [VBP] General Discussion
05-28-2003, 06:05 PM
|
Replies: 9
Views: 17,441
|
Forum: [VBP] General Discussion
05-28-2003, 05:49 PM
|
Replies: 9
Views: 17,441
|
Forum: [VBP] General Discussion
05-28-2003, 05:34 PM
|
Replies: 9
Views: 17,441
|
Forum: [VBP] General Discussion
05-28-2003, 05:12 PM
|
Replies: 9
Views: 17,441
Odd read .INI behavior
Why does this work ONLY if the value in the .INI file is an integer versus a string???
Application.Macros(vbldTemporary).Add "FOO","[%READ_INI(C:\deploy.ini,Batch1,Server0)%]"
...
|
Forum: [VBP] General Discussion
05-28-2003, 05:04 PM
|
Replies: 3
Views: 14,193
Build only if macro or expression
I have an .ini file that determines how my software deployment is run. One of the parameters in the .ini file is NewMachineConfig.
-- Begin Snippet --
[Global]
NewMachineConfig = 0
-- End...
|
Forum: [VBP] General Discussion
05-28-2003, 04:50 PM
|
Replies: 4
Views: 15,217
|
Forum: [VBP] General Discussion
05-28-2003, 04:31 PM
|
Replies: 4
Views: 15,217
Hmm I am thinking the .ini file may be a better...
Hmm I am thinking the .ini file may be a better approach. I can have switches.. Do this, dont do this.. and certain steps can be performed based on whether or not a certain switch is set in an .ini...
|
Forum: [VBP] General Discussion
05-28-2003, 03:48 PM
|
Replies: 8
Views: 17,992
|
Forum: [VBP] General Discussion
05-28-2003, 03:25 PM
|
Replies: 4
Views: 15,217
Checkboxes
Is there a way to bring up a form with checkboxes? Can VBScript do such a thing?
I want the user to click the servers they want to deploy software to and click a submit button. The rest I can...
|
Forum: [VBP] General Discussion
05-28-2003, 03:24 PM
|
Replies: 8
Views: 17,992
|
Forum: [VBP] General Discussion
05-27-2003, 05:05 PM
|
Replies: 8
Views: 17,992
|
Forum: [VBP] General Discussion
05-27-2003, 04:55 PM
|
Replies: 8
Views: 17,992
|
Forum: [VBP] General Discussion
05-27-2003, 04:46 PM
|
Replies: 8
Views: 17,992
|
Forum: [VBP] Suggestions
05-27-2003, 02:20 PM
|
Replies: 1
Views: 18,392
|
Forum: [VBP] General Discussion
05-27-2003, 01:41 PM
|
Replies: 8
Views: 17,992
Using VBScript arrays
I want to use VBT to automate software deployments at the office. There are roughly 10 servers I deploy to and they’re split up into two batches. I’ve created arrays to access each server by name...
|