Forum: [VBP] General Discussion
11-03-2009, 07:26 AM
|
Replies: 1
Views: 12,159
Wait Hangs
I have two run program step calling a batch file on the remote computer, wait for completion is uncheck on both. I'm using 6.7a.
.
i.e. %DOSCMD% call c:\mybatch1.bat and %DOSCMD% call...
|
Forum: [VBP] Third Party Tools
03-04-2008, 11:47 AM
|
Replies: 4
Views: 18,432
|
Forum: [VBP] Third Party Tools
03-04-2008, 11:23 AM
|
Replies: 4
Views: 18,432
|
Forum: [VBP] Third Party Tools
03-04-2008, 11:05 AM
|
Replies: 4
Views: 18,432
VB6 VBG Compile
We have two VB6 VBP file in one VBG like below.
D:\DLL\PROGRAM1.VBP -> ActiveX DLL
D:\EXE\PROGRAM1.VBP -> EXE
D:\EXE\PROGRAM1.VBG
When we open PROGRAM1.VBG in VB6 IDE it will automatically...
|
Forum: [VBP] General Discussion
02-24-2008, 10:47 PM
|
Replies: 1
Views: 10,663
Multiple run program with xcopy and wait
Hi Kinook,
I am trying to copy one folder to different destinations in our network simultaneously. Below is what I did.
run program(xcopy) don't wait for completion - location 1
run...
|