Re: Could this be faster?

new topic     » goto parent     » topic index » view thread      » older message » newer message

C Bouzy wrote:
> 
> 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.----

  TYPE DIR /? on your system and you will see AN OPTION called /S
  which will do sub-directory.

  Remember if you use this technique and do it right
  you can get all the desired files on your system with their sizes
  and paths all in one swoop.
   

Bernie

My files in archive:
w32engin.ew mixedlib.e eu_engin.e win32eru.exw

Can be downloaded here:
http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=bernie+ryan

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu