The other thing you could have done was dropped a FileList control on a form and set it to the dir you wanted, then on a click event of a button put (from memory) FileListBox1.Items.SaveToFile();....BUT it be honest I still use the DOS commands :-)
Jeremy -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Colin/Mina Sent: Friday, 24 September 2004 08:17 To: NZ Borland Developers Group - Offtopic List Subject: Re: [DUG-Offtopic] MP3 Directory list - OK Thanks Kylie, You're very perceptive. That's exactly what I wanted. Regards Colin ----- Original Message ----- From: "Kyley Harris" <[EMAIL PROTECTED]> To: "NZ Borland Developers Group - Offtopic List" <[EMAIL PROTECTED]> Sent: Thursday, September 23, 2004 8:53 PM Subject: Re: [DUG-Offtopic] Making a text file of directory contents? > in a dos prompt > > c:\dir *.mp3 > mp3list.txt > > this will output the command to mp3list.txt by using the > token > > Colin/Mina wrote: > > >Hi, > > > > I want to create a text file of the file names in a folder to ultimately > >insert into a CD cover via Word or some other application. > > > > I seem to remember doing it years ago in DOS by accident but I > >can't reproduce the effect. > > > > Please can somone suggest how to do it. > > > >Cheers > > > > Colin > > > > > > > >_______________________________________________ > >Offtopic mailing list > >[EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/offtopic > > > > > > > _______________________________________________ > Offtopic mailing list > [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/offtopic > _______________________________________________ Offtopic mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/offtopic _______________________________________________ Offtopic mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/offtopic
