Forum: [VBP] General Discussion
09-12-2005, 10:33 AM
|
Replies: 1
Views: 9,763
Pb : How to auto rebuild a failed step ?
Hi,
I search a way to rebuild a step when it failed. I try this to build a step in loop until it compile :
http://www.kinook.com/Download/testrebuild.bld
But it fails with this message :
...
|
Forum: [VBP] General Discussion
12-14-2004, 05:17 AM
|
Replies: 1
Views: 10,840
How to make a blocking telnet cmd ?
Hi,
I research a way to make a blocking telnet cmd ? The telnet component don't wait the end of command before continue...
Does someone know a tricks to make this ?
Thks for all help.
Best...
|
Forum: [VBP] Third Party Tools
12-02-2004, 01:21 PM
|
Replies: 4
Views: 11,177
|
Forum: [VBP] Third Party Tools
12-02-2004, 12:38 PM
|
Replies: 4
Views: 11,177
|
Forum: [VBP] Third Party Tools
12-02-2004, 12:14 PM
|
Replies: 4
Views: 11,177
Example of command i want to script :
psexec...
Example of command i want to script :
psexec \\MA0210140 -u TOTO -p TOTO -e bash -c "cd d:/projet ; echo ""---- Erreurs de compilation ----"" ; find -name \*Debug.err -exec grep -c -e -H...
|
Forum: [VBP] Third Party Tools
12-02-2004, 09:14 AM
|
Replies: 4
Views: 11,177
Pb with psexec to execute remote commands
Hi,
I try to performe a search of string into some files in a remote process for a reporting into the Visual build console. This step is write like this :
<step action='Run Program' type='0'>...
|