Re: Display first 100 files of directory by Alex
Alex
Fri Apr 25 07:35:50 CDT 2008
More context would definitely be helpful for this question: OS version, why
VBScript, etc. Otherwise, I would just download a head.exe tool and use the
cmd shell's DIR command...
"Pegasus (MVP)" <I.can@fly.com.oz> wrote in message
news:#xz40bppIHA.3860@TK2MSFTNGP02.phx.gbl...
>
> "Rob Pettigrew" <Rob Pettigrew@discussions.microsoft.com> wrote in message
> news:F347130C-1A03-4653-B66D-F6DFDD98D193@microsoft.com...
>>I am looking for a vbscript that will display the first 100 files in a
>> directory that contains more than 100 files.
>
> This wouldn't be the homework after Lesson #1 in a VB Script
> course? If yes then you need to consider:
> - What is "first 100 names"? Sorted by date, size or name?
> - How will you look at these lines? Most will scroll off the
> screen.
>