How do i use this command in VB5?
Help. i am trying to use this command in VB5 but not as part of a Batch file.
the comand is:
---------------------------------------------------------
Copy /b pic.jpg+*01.zip files\program-01.jpg
---------------------------------------------------------
the command is for a Batch file of a DOS promt. how would i do the same thing in VB with out creating a Batch file and running it. I may even get desperate and make do with shell commands. but i need the sytax.
Re: How do i use this command in VB5?
the only support VB offers is the FileCopy command.
Filecopy a, b
But, from your question I see that you try to concatenate files.
You need to read each file and append it to the target manually.