Forum: [VBP] General Discussion
07-10-2007, 01:50 PM
|
Replies: 2
Views: 11,841
|
Forum: [VBP] General Discussion
07-10-2007, 01:13 PM
|
Replies: 2
Views: 11,841
Process Files Exclude list
Hi,
is there a way for me to get the list of files to be excluded in the process files action, if the list of the files is in a text file?
I want to have all the files listed in the text file...
|
Forum: [VBP] General Discussion
04-16-2007, 05:55 PM
|
Replies: 1
Views: 11,282
VBP error - Invalid procedure call or argument
Hi,
I am getting an error in my build script which I was not getting earlier. The only change is that I moved to a new machine and upgraded from Visual Build version 6.2 to 6.3.
The steps from...
|
Forum: [VBP] Third Party Tools
10-10-2006, 02:46 PM
|
Replies: 1
Views: 9,663
problems with setting project properties
Hi,
I am creating a current date & time label everytime my build process starts, and then labelling the SS with this label. I am storing this label in a macro called SSlabel. Also, I wanted to...
|
Forum: [VBP] General Discussion
10-05-2006, 02:01 PM
|
Replies: 3
Views: 11,205
|
Forum: [VBP] General Discussion
10-04-2006, 06:27 PM
|
Replies: 3
Views: 11,205
|
Forum: [VBP] General Discussion
10-04-2006, 06:15 PM
|
Replies: 3
Views: 11,205
Executing remote commands
I am trying to run a command on a remote machine using PsExec (PsExec.exe in C:\Windows\System32\ on local computer) & the Remote tab feature.
I have created a bat file on \\xyzmachine\ called...
|
Forum: [VBP] General Discussion
09-19-2006, 07:16 PM
|
Replies: 4
Views: 12,847
|
Forum: [VBP] General Discussion
09-19-2006, 06:30 PM
|
Replies: 4
Views: 12,847
|
Forum: [VBP] General Discussion
09-19-2006, 05:24 PM
|
Replies: 4
Views: 12,847
Web interface
Is it possible to start a build from a web interface? Is there any help or sample available for this?
Thanks,
Pragya
|
Forum: [VBP] General Discussion
08-30-2006, 12:55 PM
|
Replies: 1
Views: 10,163
Folder "date Modified"
Hi,
Is there a way to get the "Date Modified" of a Folder? I need to get all the folders created in last one month & move it to another folder, zip them & burn a DVD.
Is there a better or...
|
Forum: [VBP] Third Party Tools
07-20-2006, 11:44 AM
|
Replies: 2
Views: 11,411
Compile wsi fails
Hello,
I am having a problem while compiling the Wise for windows installer (wsi file) install from an automated Visual Build script. The error message does not give any information whatsoever.
...
|
Forum: [VBP] General Discussion
05-22-2006, 05:38 PM
|
Replies: 1
Views: 8,986
|
Forum: [VBP] General Discussion
05-11-2006, 03:21 PM
|
Replies: 2
Views: 9,636
|
Forum: [VBP] General Discussion
05-11-2006, 01:46 PM
|
Replies: 2
Views: 12,999
|
Forum: [VBP] General Discussion
05-11-2006, 01:24 PM
|
Replies: 2
Views: 12,999
Process completed with exit code -1073741795
I have a main build, where I have 4 steps to call 4 different builds. Everytime the main build reaches the first step where it has to call another build it throws an error:
Process completed with...
|
Forum: [VBP] General Discussion
05-10-2006, 11:52 AM
|
Replies: 2
Views: 9,636
Parsing error
My problem is very similar to the one mentioned in this link.
http://www.kinook.com/Forum/showthread.php?s=&threadid=1193&highlight=error+parsing+the+file
That is I have square brackets in my...
|
Forum: [VBP] Third Party Tools
04-21-2006, 06:27 PM
|
Replies: 1
Views: 9,600
Problem in Make VS.NET
We are having problems in the build when using a "Make VS.NET" step for a solution which has C# and a C++ class library. Here are the details on what is being done:
1. The solution which has C#...
|
Forum: [VBP] General Discussion
04-18-2006, 03:26 PM
|
Replies: 2
Views: 9,289
|
Forum: [VBP] General Discussion
04-17-2006, 02:29 PM
|
Replies: 2
Views: 9,289
Running a bat file on a remote computer.
Hi,
I had a question regarding running a bat file on machine "B" through a build script which is run on machine "A" . To describe the situation a little more, I need to unshare the folder (which...
|
Forum: [VBP] General Discussion
02-17-2006, 06:25 PM
|
Replies: 8
Views: 16,547
|
Forum: [VBP] General Discussion
02-17-2006, 06:00 PM
|
Replies: 8
Views: 16,547
Thanks!
I have another question:
...
Thanks!
I have another question:
builder.RunProgram(%DOSCMD% "%DestinationDir%\[vbld_TempMacroObj("ADO_RS").Fields("TLBIMPFile").Value]")
Adding this line to my vbscript code gives me...
|
Forum: [VBP] General Discussion
02-17-2006, 02:31 PM
|
Replies: 8
Views: 16,547
|
Forum: [VBP] General Discussion
02-16-2006, 04:45 PM
|
Replies: 8
Views: 16,547
OK. Changing it to this:
...
OK. Changing it to this:
Application.Macros(vbldTemporary).Add "BatFile", SFname
and SFname is a string with the recordset value worked....for some reason.
Thanks.
|
Forum: [VBP] General Discussion
02-16-2006, 04:38 PM
|
Replies: 8
Views: 16,547
%DOSCMD% "%DestinationDir%\%BatFile%"
...
%DOSCMD% "%DestinationDir%\%BatFile%"
Changing it to this also gives the following error:
The syntax of the command is incorrect.
Process completed with exit code 1
Step 'Run Program'...
|