Re: Could this be faster?
- Posted by C Bouzy <eucoder at hotmail.com> Dec 14, 2005
- 557 views
Bernie Ryan wrote: > > > If you do this: > }}} <eucode> > system(dir \\*.aac > MDIR.txt,2) > system(dir \\*.mp4 >> MDIR.txt,2) > system(dir \\*.mp3 >> MDIR.txt,2) > system(dir \\*.mp2 >> MDIR.txt,2) > system(dir \\*.mp1 >> MDIR.txt,2) > system(dir \\*.ogg >> MDIR.txt,2) > system(dir \\*.wav >> MDIR.txt,2) > </eucode> {{{ Bernie, Thanks for the suggestion, but that will not work for what I am doing. That would only work for the parent directory. If there is more than one directory in the parent directory, it will not scan the child directories. ----If you continue to do what you have always done, you will get what you have always gotten.----