mIRC Homepage
Posted By: Terror_Vdb Help me 3 pleaze - 17/05/03 07:10 AM
Howto list all mp3'z in youre mp3 dir in for example stuff.txt
Posted By: ScatMan Re: Help me 3 pleaze - 17/05/03 08:32 AM
if i get ya right, u want to write all the files in your mp3 dir yo the file stuff.txt, then do
//return $findfile($mp3dir,*.mp3,0,write stuff.txt $nopath($1-))
the $nopath will remove the dir, to write only the filename
Posted By: ST3V3 Re: Help me 3 pleaze - 17/05/03 08:34 AM
To list all files in a directory:
Code:
!.echo -q $findfile(c:\path-to-mp3-dir\,*,0,write stuff.txt $1-)
 
Posted By: ScatMan Re: Help me 3 pleaze - 17/05/03 08:38 AM
he said: Howto list all mp3'z in youre mp3 dir in for example stuff.txt


Posted By: Terror_Vdb Re: Help me 3 pleaze - 17/05/03 08:46 AM
this did the job thanks
Posted By: Terror_Vdb Re: Help me 3 pleaze - 17/05/03 08:53 AM
this 2 for .mp3 but for download server for get dir in a .txt and then send it its cool but thanks :P
© mIRC Discussion Forums