Kinook Software Forum

Go Back   Kinook Software Forum > Search Forums

Showing results 1 to 25 of 30
Search took 0.01 seconds.
Search: Posts Made By: pjaiswal
Forum: [VBP] General Discussion 07-10-2007, 01:50 PM
Replies: 2
Views: 7,911
Posted By pjaiswal
Thanks, I will try this in the build script.

Thanks, I will try this in the build script.
Forum: [VBP] General Discussion 07-10-2007, 01:13 PM
Replies: 2
Views: 7,911
Posted By pjaiswal
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: 7,568
Posted By pjaiswal
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: 6,017
Posted By pjaiswal
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: 7,684
Posted By pjaiswal
Thanks! I had 6.1 on my machine, upgrading it to...

Thanks! I had 6.1 on my machine, upgrading it to 6.2 solved the problem.

thanks again!
Forum: [VBP] General Discussion 10-04-2006, 06:27 PM
Replies: 3
Views: 7,684
Posted By pjaiswal
Also, this works fine when tested on the local...

Also, this works fine when tested on the local computer. the step completes successfully after creating the folder.

Thanks,
pragya
Forum: [VBP] General Discussion 10-04-2006, 06:15 PM
Replies: 3
Views: 7,684
Posted By pjaiswal
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: 9,267
Posted By pjaiswal
Thanks for the reply. But the samples\Misc folder...

Thanks for the reply. But the samples\Misc folder has only 2 build scripts - SaveStatus.bld & TestVFP.bld

Is there any other location?
Forum: [VBP] General Discussion 09-19-2006, 06:30 PM
Replies: 4
Views: 9,267
Posted By pjaiswal
I have Version 6.1 installed on my machine.

I have Version 6.1 installed on my machine.
Forum: [VBP] General Discussion 09-19-2006, 05:24 PM
Replies: 4
Views: 9,267
Posted By pjaiswal
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: 6,909
Posted By pjaiswal
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: 7,715
Posted By pjaiswal
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: 5,941
Posted By pjaiswal
Perform search in a particular area of a Text file.

Hello,

I have this text in a text file

GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection...
Forum: [VBP] General Discussion 05-11-2006, 03:21 PM
Replies: 2
Views: 6,681
Posted By pjaiswal
Thanks!! That worked :)

Thanks!! That worked :)
Forum: [VBP] General Discussion 05-11-2006, 01:46 PM
Replies: 2
Views: 10,091
Posted By pjaiswal
Also, I forgot to mention,this does not happen...

Also, I forgot to mention,this does not happen always but happens quite often.
Forum: [VBP] General Discussion 05-11-2006, 01:24 PM
Replies: 2
Views: 10,091
Posted By pjaiswal
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: 6,681
Posted By pjaiswal
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: 5,989
Posted By pjaiswal
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: 6,399
Posted By pjaiswal
Thanks for the response. I got it resolved. I...

Thanks for the response. I got it resolved. I just had to use the PsExec & the Remote tab feature in "Run program" action.

Thank you for the reply.
Forum: [VBP] General Discussion 04-17-2006, 02:29 PM
Replies: 2
Views: 6,399
Posted By pjaiswal
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, 05:25 PM
Replies: 8
Views: 12,494
Posted By pjaiswal
This gives me the right value when I run the...

This gives me the right value when I run the script:

MsgBox vbld_TempMacroObj("ADO_RS").Fields("TLBIMPFile").Value


But

builder.RunProgramEx(%DOSCMD%...
Forum: [VBP] General Discussion 02-17-2006, 05:00 PM
Replies: 8
Views: 12,494
Posted By pjaiswal
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, 01:31 PM
Replies: 8
Views: 12,494
Posted By pjaiswal
Hi, I am trying to Set Macro called BatFile...

Hi,

I am trying to Set Macro called BatFile and giving the following in the value field like this:

%vbld_TempMacroObj("ADO_RS").Fields("TLBIMPFile").Value%

or
...
Forum: [VBP] General Discussion 02-16-2006, 03:45 PM
Replies: 8
Views: 12,494
Posted By pjaiswal
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, 03:38 PM
Replies: 8
Views: 12,494
Posted By pjaiswal
%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'...
Showing results 1 to 25 of 30

 

All times are GMT -5. The time now is 02:23 AM.


Copyright © 1999-2023 Kinook Software, Inc.