Re: Could this be faster?
- Posted by Bernie Ryan <xotron at bluefrog.com> Dec 13, 2005
- 562 views
If you do this:
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)
Then you would have a list of your files on your system. By using some certain options after dir command you can control some parameters ( do a dir /? for options ) Also you might consider piping the output through a custom filter file. I think this would make thing faster. 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