When you say you are using arguments, I assume that you are passing them in using a DOS-type command line. Is that correct? If so, what do the arguments look like (Sorry if I missed them in all that text).
Is this where the code is going wrong?
For i = 0 To objArgs.Count - 1
strFile = objArgs(i)
mmcdonal
|