OK, I finally found the time to do this. Cyberdaemon, thank you very much for the code, it got me started in the right direction. Here is what is working for me -- basically the same approach, maybe a bit more streamlined:
Dim sHeaderFile As String = "c:\MyHeaderFil e"
Dim sMyBatchFile As String = "c:\myBatchFile "
Dim sHeaderText As String
Dim sSplitBatchText...
Leave a comment: