Forum: [VBP] Third Party Tools
08-20-2013, 05:54 PM
|
Replies: 9
Views: 24,773
|
Forum: [VBP] General Discussion
02-26-2013, 02:10 PM
|
Replies: 1
Views: 12,115
Saving output
Hi,
I couldn't find any posts which were addressing this issue.
How can I save output to a text file from the VBP whenever there is a build?
Thanks,
|
Forum: [VBP] Third Party Tools
10-31-2012, 11:29 AM
|
Replies: 9
Views: 24,773
|
Forum: [VBP] Third Party Tools
10-30-2012, 10:49 AM
|
Replies: 9
Views: 24,773
|
Forum: [VBP] Third Party Tools
10-29-2012, 02:44 PM
|
Replies: 9
Views: 24,773
|
Forum: [VBP] Third Party Tools
10-29-2012, 02:39 PM
|
Replies: 9
Views: 24,773
Set temp macro from result of Run SQL action
Hello,
I have a need to set a local variable macro based on if the database exists or not.
I have the following query in "Run SQL" action.
if db_id('%CurrentDatabaseName%') is null
BEGIN
...
|
Forum: [VBP] Third Party Tools
10-15-2012, 09:38 AM
|
Replies: 1
Views: 13,639
Filezilla with multi-file FTP
Hi,
Is it possible to have Visual BuildPro upload multiple files at the same time? Currently, I have been able to successfully upload a single file, but I want to utilize the multi-file upload...
|
Forum: [VBP] Third Party Tools
08-13-2012, 02:09 PM
|
Replies: 2
Views: 16,313
|
Forum: [VBP] Third Party Tools
08-13-2012, 10:07 AM
|
Replies: 2
Views: 16,313
Using 7-Zip to just split files, not compress
Hello,
I'm trying to use 7z using VBP 7.5 to split the file, not compress. How do I achieve that?
I can do this in the 7-zip command line, but not sure how to do it VBP 7.5.
Any help...
|
Forum: [VBP] General Discussion
04-11-2012, 11:17 AM
|
Replies: 2
Views: 12,087
|
Forum: [VBP] General Discussion
04-11-2012, 10:00 AM
|
Replies: 2
Views: 12,087
Rename file to its folder's name.
I have about 20 directories which get updated every day at a certain location in the system.
Eg.,
ABC folder contains ABC_2012_04_11_045308_1288340.txt
XYZ folder contains...
|