mudskipper
Technical User
I see a bunch of batch file questions in this forum so I thought that I would post here.
Although it pains me to admit it, I could use some help. I have been searching through tons of DOS util sites to find a freeware program that will let me copy utilizing a source file.
For example, I first get the files + path into a file
dir err?????.txt /s /b >> source.txt
Contents of source.txt now reads:
c:\blah\blah\err_1.txt
c:\blah1\blah1\err_2.txt
Now I need to copy both log files to c:\logfile. Essentially, it might look something like this
copyutil source.txt c:\logfile
Now dir c:\logfile should show me
err_1.txt
err_2.txt
Anybody know of one off the top of your head? Mudskipper
___________________________________________________________________________________
Groucho said it best- "A four year-old child could understand this! Quick! Run out and find me a four year-old child: I can't make heads nor tails out of this!"
Although it pains me to admit it, I could use some help. I have been searching through tons of DOS util sites to find a freeware program that will let me copy utilizing a source file.
For example, I first get the files + path into a file
dir err?????.txt /s /b >> source.txt
Contents of source.txt now reads:
c:\blah\blah\err_1.txt
c:\blah1\blah1\err_2.txt
Now I need to copy both log files to c:\logfile. Essentially, it might look something like this
copyutil source.txt c:\logfile
Now dir c:\logfile should show me
err_1.txt
err_2.txt
Anybody know of one off the top of your head? Mudskipper
___________________________________________________________________________________
Groucho said it best- "A four year-old child could understand this! Quick! Run out and find me a four year-old child: I can't make heads nor tails out of this!"