Thread: CopyFiles
View Single Post
  #1  
Old 03-30-2005, 01:43 PM
MikeD MikeD is online now
Registered User
 
Join Date: 03-13-2005
Location: Brockville, ontario
Posts: 6
CopyFiles

I'm in the process of converting our old old batch files into VBP 5.7 ..

I found a case where I'm doing a CopyFiles and I specify which files specifically I want to copied in the include list:

MFC71.DLL
MSVCR71.DLL

For whatever reason, these files were missing from the source folder, and yet, it did not fail the buld process.

Do I have something mis-checked or am I using this feature improperly?

Any suggestions?

Mike.
Reply With Quote